Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

scrypt

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scrypt - npm Package Compare versions

Comparing version 1.7.0 to 1.7.1

.travis.yml

5

package.json
{
"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"
}
}

11

Readme.md

@@ -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+/`.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc