/
/
lib
/
node_modules
/
npm
/
node_modules
/
crypto-random-string
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.220
PHP 7.4.33
Dir:
/lib/node_modules/npm/node_modules/crypto-random-string
Edit:
/lib/node_modules/npm/node_modules/crypto-random-string/index.js
'use strict'; const crypto = require('crypto'); module.exports = len => { if (!Number.isFinite(len)) { throw new TypeError('Expected a finite number'); } return crypto.randomBytes(Math.ceil(len / 2)).toString('hex').slice(0, len); };
Ukuran: 241 B