xsalsa20-encoding
Advanced tools
Comparing version 1.0.1 to 1.0.2
const xsalsa20 = require('xsalsa20') | ||
const blake2b = require('blake2b') | ||
const crypto = require('crypto') | ||
@@ -166,3 +165,4 @@ const assert = require('assert') | ||
/** | ||
* @param {} | ||
* Computes the encoding length for a given value. | ||
* @param {Mixed} value | ||
* @return {Number} | ||
@@ -169,0 +169,0 @@ */ |
{ | ||
"name": "xsalsa20-encoding", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "XSalsa20 codec that implements tha abstract-encoding interface.", | ||
@@ -18,2 +18,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"blake2b": "^2.1.3", | ||
"nyc": "^15.0.0", | ||
@@ -24,5 +25,4 @@ "protocol-buffers": "^4.1.0", | ||
"dependencies": { | ||
"blake2b": "^2.1.3", | ||
"xsalsa20": "^1.0.2" | ||
} | ||
} |
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
11570
1
4
- Removedblake2b@^2.1.3
- Removedb4a@1.6.7(transitive)
- Removedblake2b@2.1.4(transitive)
- Removedblake2b-wasm@2.4.0(transitive)
- Removednanoassert@2.0.0(transitive)