Comparing version 3.0.5 to 3.0.6
@@ -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 @@ |
@@ -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 @@ ``` |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
111031
1
+ Addednan@2.13.2(transitive)
- Removednan@2.13.1(transitive)
Updatednan@2.13.2