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

bcrypt

Package Overview
Dependencies
Maintainers
5
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bcrypt - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

9

package.json

@@ -14,3 +14,3 @@ {

"main": "./bcrypt",
"version": "1.0.2",
"version": "1.0.3",
"author": "Nick Campbell (https://github.com/ncb000gt)",

@@ -33,5 +33,4 @@ "engines": {

"dependencies": {
"bindings": "1.2.1",
"nan": "2.5.0",
"node-pre-gyp": "0.6.32"
"nan": "2.6.2",
"node-pre-gyp": "0.6.36"
},

@@ -64,2 +63,2 @@ "devDependencies": {

}
}
}

@@ -55,6 +55,7 @@ # node.bcrypt.js

## Install via NPM
Make sure you have the appropriate dependencies installed and configured for your platform. You can find installation instructions for the dependencies for some common platforms [in this page][depsinstall].
```
npm install bcrypt
```
***Note:*** OS X users using Xcode 4.3.1 or above may need to run the following command in their terminal prior to installing if errors occur regarding xcodebuild: ```sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer```

@@ -266,2 +267,3 @@

[jtr]: http://www.openwall.com/lists/oss-security/2011/06/20/2
[depsinstall]: https://github.com/kelektiv/node.bcrypt.js/wiki/Installation-Instructions

@@ -268,0 +270,0 @@ [shadowfiend]:https://github.com/Shadowfiend

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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