iron-webcrypto
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"$schema": "https://json.schemastore.org/package.json", | ||
"name": "iron-webcrypto", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "a cryptographic utility for sealing-unsealing a JSON object using symmetric key encryption with message integrity verification", | ||
@@ -22,8 +22,8 @@ "keywords": [ | ||
"exports": { | ||
".": { | ||
"node": { | ||
"types": "./dist/index.node.d.ts", | ||
"import": "./dist/index.node.mjs", | ||
"require": "./dist/index.node.cjs" | ||
}, | ||
"node": { | ||
"types": "./dist/index.node.d.ts", | ||
"import": "./dist/index.node.mjs", | ||
"require": "./dist/index.node.cjs" | ||
}, | ||
"default": { | ||
"types": "./dist/index.d.ts", | ||
@@ -30,0 +30,0 @@ "import": "./dist/index.mjs", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
53343