@hpke/dhkem-x448
Advanced tools
Comparing version 1.3.1 to 1.4.0
{ | ||
"name": "@hpke/dhkem-x448", | ||
"version": "1.3.1", | ||
"version": "1.4.0", | ||
"description": "A Hybrid Public Key Encryption (HPKE) module extension for X448", | ||
@@ -25,9 +25,9 @@ "keywords": [ | ||
}, | ||
"main": "./script/dhkem-x448/mod.js", | ||
"module": "./esm/dhkem-x448/mod.js", | ||
"types": "./esm/dhkem-x448/mod.d.ts", | ||
"main": "./script/mod.js", | ||
"module": "./esm/mod.js", | ||
"types": "./esm/mod.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./esm/dhkem-x448/mod.js", | ||
"require": "./script/dhkem-x448/mod.js" | ||
"import": "./esm/mod.js", | ||
"require": "./script/mod.js" | ||
}, | ||
@@ -44,3 +44,2 @@ "./package.json": "./package.json" | ||
"dependencies": { | ||
"@hpke/core": "^1.3.0", | ||
"@noble/curves": "^1.4.2", | ||
@@ -47,0 +46,0 @@ "@noble/hashes": "^1.4.0" |
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
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
2
89195
107
814
- Removed@hpke/core@^1.3.0
- Removed@hpke/common@1.7.0(transitive)
- Removed@hpke/core@1.7.0(transitive)