@hpke/hybridkem-x25519-kyber768
Advanced tools
Comparing version 1.3.1 to 1.4.0
{ | ||
"name": "@hpke/hybridkem-x25519-kyber768", | ||
"version": "1.3.1", | ||
"version": "1.4.0", | ||
"description": "A Hybrid Public Key Encryption (HPKE) module extension for a hybrid post-quantum KEM, X25519Kyber768Draft00", | ||
@@ -25,9 +25,9 @@ "keywords": [ | ||
}, | ||
"main": "./script/hybridkem-x25519-kyber768/mod.js", | ||
"module": "./esm/hybridkem-x25519-kyber768/mod.js", | ||
"types": "./esm/hybridkem-x25519-kyber768/mod.d.ts", | ||
"main": "./script/mod.js", | ||
"module": "./esm/mod.js", | ||
"types": "./esm/mod.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./esm/hybridkem-x25519-kyber768/mod.js", | ||
"require": "./script/hybridkem-x25519-kyber768/mod.js" | ||
"import": "./esm/mod.js", | ||
"require": "./script/mod.js" | ||
}, | ||
@@ -44,4 +44,2 @@ "./package.json": "./package.json" | ||
"dependencies": { | ||
"@hpke/core": "^1.3.0", | ||
"@hpke/dhkem-x25519": "^1.3.0", | ||
"@noble/hashes": "^1.4.0" | ||
@@ -48,0 +46,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
1
179626
141
- Removed@hpke/core@^1.3.0
- Removed@hpke/dhkem-x25519@^1.3.0
- Removed@hpke/common@1.7.1(transitive)
- Removed@hpke/core@1.7.1(transitive)
- Removed@hpke/dhkem-x25519@1.6.1(transitive)
- Removed@noble/curves@1.7.0(transitive)
- Removed@noble/hashes@1.6.0(transitive)