jose-node-esm-runtime
Advanced tools
Comparing version 4.3.5 to 4.3.6
@@ -9,3 +9,4 @@ import { constants } from 'crypto'; | ||
.map((str) => parseInt(str, 10)); | ||
const rsaPssParams = major >= 17 || (major === 16 && minor >= 9); | ||
const electron = 'electron' in process.versions; | ||
const rsaPssParams = !electron && (major >= 17 || (major === 16 && minor >= 9)); | ||
const PSS = { | ||
@@ -12,0 +13,0 @@ padding: constants.RSA_PKCS1_PSS_PADDING, |
{ | ||
"name": "jose-node-esm-runtime", | ||
"version": "4.3.5", | ||
"version": "4.3.6", | ||
"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
175378
4445