Comparing version 7.0.2 to 7.0.3
@@ -1,3 +0,1 @@ | ||
var deepEqual = require('deep-equal') | ||
var sodium = require('chloride') | ||
@@ -4,0 +2,0 @@ |
{ | ||
"name": "ssb-keys", | ||
"description": "keyfile operations for ssb", | ||
"version": "7.0.2", | ||
"version": "7.0.3", | ||
"homepage": "https://github.com/ssbc/ssb-keys", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/ssbc/ssb-crypto.git" | ||
"url": "git://github.com/ssbc/ssb-keys.git" | ||
}, | ||
"dependencies": { | ||
"blake2s": "~1.0.0", | ||
"chloride": "^2.2.0", | ||
"deep-equal": "~0.2.1", | ||
"hmac": "~1.0.1", | ||
"mkdirp": "~0.5.0", | ||
@@ -22,3 +19,3 @@ "private-box": "^0.2.1" | ||
"scripts": { | ||
"test": "set -e; for t in test/*.js; do node $t; done" | ||
"test": "tape test/" | ||
}, | ||
@@ -25,0 +22,0 @@ "author": "Paul Frazee <pfrazee@gmail.com>", |
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
3
17522
433
- Removedblake2s@~1.0.0
- Removeddeep-equal@~0.2.1
- Removedhmac@~1.0.1
- Removedblake2s@1.0.1(transitive)
- Removeddeep-equal@0.2.2(transitive)
- Removedhmac@1.0.1(transitive)