Comparing version 1.4.0 to 1.4.1
{ | ||
"name": "hpke-js", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "A Hybrid Public Key Encryption (HPKE) module for various JavaScript runtimes", | ||
@@ -29,9 +29,9 @@ "keywords": [ | ||
}, | ||
"main": "./script/mod.js", | ||
"module": "./esm/mod.js", | ||
"types": "./esm/mod.d.ts", | ||
"main": "./script/hpke-js/mod.js", | ||
"module": "./esm/hpke-js/mod.js", | ||
"types": "./esm/hpke-js/mod.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./esm/mod.js", | ||
"require": "./script/mod.js" | ||
"import": "./esm/hpke-js/mod.js", | ||
"require": "./script/hpke-js/mod.js" | ||
}, | ||
@@ -48,2 +48,6 @@ "./package.json": "./package.json" | ||
"dependencies": { | ||
"@hpke/chacha20poly1305": "^1.3.0", | ||
"@hpke/core": "^1.3.0", | ||
"@hpke/dhkem-x25519": "^1.3.0", | ||
"@hpke/dhkem-x448": "^1.3.0", | ||
"@noble/hashes": "^1.4.0" | ||
@@ -50,0 +54,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
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
156824
5
183
+ Added@hpke/core@^1.3.0
+ Added@hpke/dhkem-x25519@^1.3.0
+ Added@hpke/dhkem-x448@^1.3.0
+ Added@hpke/chacha20poly1305@1.6.1(transitive)
+ Added@hpke/common@1.6.1(transitive)
+ Added@hpke/core@1.6.1(transitive)
+ Added@hpke/dhkem-x25519@1.6.1(transitive)
+ Added@hpke/dhkem-x448@1.6.1(transitive)
+ Added@noble/ciphers@1.0.0(transitive)
+ Added@noble/curves@1.6.0(transitive)