secret-handshake
Advanced tools
Comparing version 1.1.16 to 1.1.17
{ | ||
"name": "secret-handshake", | ||
"description": "a simple and highly private secure-channel protocol", | ||
"version": "1.1.16", | ||
"version": "1.1.17", | ||
"homepage": "https://github.com/dominictarr/secret-handshake", | ||
@@ -11,3 +11,3 @@ "repository": { | ||
"dependencies": { | ||
"chloride": "^2.2.7", | ||
"chloride": "^2.2.8", | ||
"deep-equal": "~1.0.0", | ||
@@ -17,3 +17,4 @@ "explain-error": "^1.0.4", | ||
"pull-handshake": "^1.1.1", | ||
"pull-stream": "^3.4.5" | ||
"pull-stream": "^3.4.5", | ||
"sodium-native": "^1.10.3" | ||
}, | ||
@@ -29,3 +30,3 @@ "devDependencies": { | ||
"scripts": { | ||
"prepublish": "npm ls && npm test", | ||
"prepublishOnly": "npm ls && npm test", | ||
"test": "set -e; for t in test/*.js; do node $t; done" | ||
@@ -32,0 +33,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
37066
15
925
7
+ Addedsodium-native@^1.10.3
+ Addednan@2.22.0(transitive)
+ Addednode-gyp-build@3.9.0(transitive)
+ Addedsodium-native@1.10.3(transitive)
Updatedchloride@^2.2.8