SILENT KILLERPanel

Current Path: > > lib > node_modules > npm > node_modules > socks > build > common >


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //lib/node_modules/npm/node_modules/socks/build/common/

NameTypeSizeLast ModifiedActions
constants.js File 6494 bytes March 10 2021 14:36:36.
constants.js.map File 2207 bytes March 10 2021 14:36:36.
helpers.js File 3944 bytes March 10 2021 14:36:36.
helpers.js.map File 2736 bytes March 10 2021 14:36:36.
receivebuffer.js File 1539 bytes March 10 2021 14:36:36.
receivebuffer.js.map File 1604 bytes March 10 2021 14:36:36.
util.js File 638 bytes March 10 2021 14:36:36.
util.js.map File 648 bytes March 10 2021 14:36:36.

Reading File: //lib/node_modules/npm/node_modules/socks/build/common//util.js

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**
 * Error wrapper for SocksClient
 */
class SocksClientError extends Error {
    constructor(message, options) {
        super(message);
        this.options = options;
    }
}
exports.SocksClientError = SocksClientError;
/**
 * Shuffles a given array.
 * @param array The array to shuffle.
 */
function shuffleArray(array) {
    for (let i = array.length - 1; i > 0; i--) {
        let j = Math.floor(Math.random() * (i + 1));
        [array[i], array[j]] = [array[j], array[i]];
    }
}
exports.shuffleArray = shuffleArray;
//# sourceMappingURL=util.js.map

SILENT KILLER Tool