@hpke/chacha20poly1305
Advanced tools
Comparing version 1.3.1 to 1.4.0
{ | ||
"name": "@hpke/chacha20poly1305", | ||
"version": "1.3.1", | ||
"version": "1.4.0", | ||
"description": "A Hybrid Public Key Encryption (HPKE) module extension for ChaCha20/Poly1305", | ||
@@ -15,3 +15,3 @@ "keywords": [ | ||
"author": "Ajitomi Daisuke", | ||
"homepage": "https://github.com/dajiaji/hpke-js/tree/main/x/chacha20poly1305#readme", | ||
"homepage": "https://github.com/dajiaji/hpke-js/tree/main/packages/chacha20poly1305#readme", | ||
"repository": { | ||
@@ -25,9 +25,9 @@ "type": "git", | ||
}, | ||
"main": "./script/chacha20poly1305/mod.js", | ||
"module": "./esm/chacha20poly1305/mod.js", | ||
"types": "./esm/chacha20poly1305/mod.d.ts", | ||
"main": "./script/mod.js", | ||
"module": "./esm/mod.js", | ||
"types": "./esm/mod.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./esm/chacha20poly1305/mod.js", | ||
"require": "./script/chacha20poly1305/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/ciphers": "^0.5.3" | ||
@@ -47,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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
1
0
69441
95
1
- Removed@hpke/core@^1.3.0
- Removed@hpke/common@1.7.0(transitive)
- Removed@hpke/core@1.6.1(transitive)