xchacha20-js
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -0,0 +0,0 @@ const ChaCha20 = require('./lib/chacha20'); |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "xchacha20-js", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Javascript implementations of ChaCha20, HChaCha20, and XChaCha20", | ||
@@ -20,8 +20,8 @@ "main": "index.js", | ||
"devDependencies": { | ||
"assert": "^1.4.1", | ||
"chai": "^4.2.0", | ||
"mocha": "^6.1.4" | ||
"assert": "^2.0.0", | ||
"chai": "^4.3.6", | ||
"mocha": "^9.2.0" | ||
}, | ||
"dependencies": { | ||
"typedarray-to-buffer": "^3.1.5" | ||
"typedarray-to-buffer": "^4.0.0" | ||
}, | ||
@@ -28,0 +28,0 @@ "author": "Paragon Initiative Enterprises", |
@@ -0,0 +0,0 @@ # XChaCha20 (JavaScript) |
@@ -0,0 +0,0 @@ const expect = require('chai').expect; |
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
34926
0
+ Addedtypedarray-to-buffer@4.0.0(transitive)
- Removedis-typedarray@1.0.0(transitive)
- Removedtypedarray-to-buffer@3.1.5(transitive)
Updatedtypedarray-to-buffer@^4.0.0