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 3.0.5 to 3.0.6

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 3.0.6 (2019-04-11)
* Update `nan` to 2.13.2
# 3.0.5 (2019-03-19)

@@ -2,0 +6,0 @@

4

package.json

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

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

@@ -33,3 +33,3 @@ "engines": {

"dependencies": {
"nan": "2.13.1",
"nan": "2.13.2",
"node-pre-gyp": "0.12.0"

@@ -36,0 +36,0 @@ },

@@ -24,8 +24,8 @@ # node.bcrypt.js

| 0.11 | >= 0.8 |
| 4 | < 2.1 |
| 4 | <= 2.1.0 |
| 8 | >= 1.0.3 |
| 10, 11 | >= 3 |
| 12 | >= 3.0.5 |
| 12 (nightly) | >= 3.0.6 |
`node-gyp` only works with stable/released versions of node. Since the `bcrypt` module uses `node-gyp` to build and install, you'll need a stable version of node to use bcrypt. If you do not you'll likely see an error that starts with:
`node-gyp` only works with stable/released versions of node. Since the `bcrypt` module uses `node-gyp` to build and install, you'll need a stable version of node to use bcrypt. If you do not, you'll likely see an error that starts with:

@@ -32,0 +32,0 @@ ```

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