jose-node-esm-runtime
Advanced tools
Comparing version 4.10.3 to 4.10.4
@@ -97,3 +97,3 @@ import { decode as decodeBase64URL, encodeBase64, decodeBase64 } from '../runtime/base64url.js'; | ||
if (typeof pkcs8 !== 'string' || pkcs8.indexOf('-----BEGIN PRIVATE KEY-----') !== 0) { | ||
throw new TypeError('"pkcs8" must be PCKS8 formatted string'); | ||
throw new TypeError('"pkcs8" must be PKCS8 formatted string'); | ||
} | ||
@@ -100,0 +100,0 @@ return importPrivate(pkcs8, alg, options); |
{ | ||
"name": "jose-node-esm-runtime", | ||
"version": "4.10.3", | ||
"version": "4.10.4", | ||
"homepage": "https://github.com/panva/jose", | ||
@@ -5,0 +5,0 @@ "repository": "panva/jose", |
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