jose-node-esm-runtime
Advanced tools
Comparing version 4.1.2 to 4.1.3
@@ -1,2 +0,2 @@ | ||
import { isCloudflareWorkers, isNodeJs } from '../runtime/global.js'; | ||
import { isCloudflareWorkers, isNodeJs } from '../runtime/env.js'; | ||
function unusable(name, prop = 'algorithm.name') { | ||
@@ -3,0 +3,0 @@ return new TypeError(`CryptoKey does not support this operation, its ${prop} must be ${name}`); |
{ | ||
"name": "jose-node-esm-runtime", | ||
"version": "4.1.2", | ||
"version": "4.1.3", | ||
"description": "(Node.JS ESM Runtime) 'JSON Web Almost Everything' - JWA, JWS, JWE, JWT, JWK, JWKS with no dependencies using runtime's native crypto", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
167380