📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-30 07:00:17
📂
/ (Root)
/
home
/
orkouolp
/
nodevenv
/
node_js
/
orkofarms.com
/
18
/
lib
/
node_modules
/
jose
/
dist
/
node
/
esm
/
runtime
📍 /home/orkouolp/nodevenv/node_js/orkofarms.com/18/lib/node_modules/jose/dist/node/esm/runtime
🔄 Refresh
✏️
Editing: zlib.js
Writable
import { promisify } from 'util'; import { inflateRaw as inflateRawCb, deflateRaw as deflateRawCb } from 'zlib'; import { JWEDecompressionFailed } from '../util/errors.js'; const inflateRaw = promisify(inflateRawCb); const deflateRaw = promisify(deflateRawCb); export const inflate = (input) => inflateRaw(input, { maxOutputLength: 250000 }).catch(() => { throw new JWEDecompressionFailed(); }); export const deflate = (input) => deflateRaw(input);
💾 Save Changes
❌ Cancel