/var/www/greso.tech/server/nsm/node_modules/jose/dist/node/esm/lib
NameSizeModeActions
aesgcmkw.js6880644editdlrm
buffer_utils.js17420644editdlrm
cek.js6020644editdlrm
check_iv_length.js2760644editdlrm
check_key_type.js19330644editdlrm
check_p2s.js2290644editdlrm
crypto_key.js52590644editdlrm
decrypt_key_management.js48580644editdlrm
encrypt_key_management.js34590644editdlrm
epoch.js600644editdlrm
invalid_key_input.js9720644editdlrm
is_disjoint.js5940644editdlrm
is_object.js5100644editdlrm
iv.js6070644editdlrm
jwt_claims_set.js42520644editdlrm
secs.js12090644editdlrm
validate_algorithms.js3880644editdlrm
validate_crit.js15850644editdlrm
Edit: /var/www/greso.tech/server/nsm/node_modules/jose/dist/node/esm/lib/validate_algorithms.js (388B)
const validateAlgorithms = (option, algorithms) => { if (algorithms !== undefined && (!Array.isArray(algorithms) || algorithms.some((s) => typeof s !== 'string'))) { throw new TypeError(`"${option}" option must be an array of strings`); } if (!algorithms) { return undefined; } return new Set(algorithms); }; export default validateAlgorithms;