Comparing version 1.7.0 to 1.7.1
{ | ||
"name": "scrypt", | ||
"description": "The scrypt crypto library for NodeJS", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"keywords": [ | ||
@@ -35,3 +35,6 @@ "scrypt", | ||
"url": "https://github.com/barrysteyn/node-scrypt/issues" | ||
}, | ||
"scripts" : { | ||
"test": "npm install && node tests/scrypt-tests.js" | ||
} | ||
} |
@@ -139,13 +139,4 @@ #Scrypt For NodeJS | ||
cd node_modules/scrypt | ||
npm install | ||
node tests/scrypt-tests | ||
npm test | ||
##If installed via source | ||
Go to the folder where Scrypt was installed and type: | ||
cd node-scrypt | ||
npm install | ||
node tests/scrypt-tests | ||
#Hash Info | ||
@@ -152,0 +143,0 @@ All Scrypt output is encoded into Base64 using [René Nyffenegger](http://www.adp-gmbh.ch/) [library](http://www.adp-gmbh.ch/cpp/common/base64.html). The character sets that compromises all output are `ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/`. |
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
47
496267
338