SILENT KILLERPanel

Current Path: > > lib > node_modules > npm > node_modules > buffer-from > > >


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/buffer-from///

NameTypeSizeLast ModifiedActions
index.js File 1595 bytes March 10 2021 14:36:40.
package.json File 1438 bytes March 10 2021 14:36:40.
readme.md File 1990 bytes March 10 2021 14:36:40.
test.js File 395 bytes March 10 2021 14:36:40.

Reading File: //lib/node_modules/npm/node_modules/buffer-from////test.js

var bufferFrom = require('./')
var assert = require('assert')

assert.equal(bufferFrom([1, 2, 3, 4]).toString('hex'), '01020304')

var arr = new Uint8Array([1, 2, 3, 4])
assert.equal(bufferFrom(arr.buffer, 1, 2).toString('hex'), '0203')

assert.equal(bufferFrom('test', 'utf8').toString('hex'), '74657374')

var buf = bufferFrom('test')
assert.equal(bufferFrom(buf).toString('hex'), '74657374')

SILENT KILLER Tool