@node-rs/bcrypt
Advanced tools
Comparing version 0.4.1 to 0.5.0
@@ -6,4 +6,8 @@ # Change Log | ||
# [0.5.0](https://github.com/napi-rs/node-rs/compare/@node-rs/bcrypt@0.4.1...@node-rs/bcrypt@0.5.0) (2020-09-04) | ||
**Note:** Version bump only for package @node-rs/bcrypt | ||
## [0.3.3](https://github.com/napi-rs/node-rs/compare/@node-rs/bcrypt@0.3.2...@node-rs/bcrypt@0.3.3) (2020-08-18) | ||
**Note:** Version bump only for package @node-rs/bcrypt |
const { loadBinding } = require('@node-rs/helper') | ||
const binding = loadBinding(__dirname, 'bcrypt') | ||
const binding = loadBinding(__dirname, 'bcrypt', '@node-rs/bcrypt') | ||
@@ -5,0 +5,0 @@ const DEFAULT_COST = 12 |
{ | ||
"name": "@node-rs/bcrypt", | ||
"version": "0.4.1", | ||
"version": "0.5.0", | ||
"description": "Rust bcrypt binding", | ||
@@ -24,3 +24,2 @@ "keywords": [ | ||
"index.d.ts", | ||
"*.node", | ||
"LICENSE", | ||
@@ -34,2 +33,8 @@ "LICENSE.rust-bcrypt" | ||
], | ||
"napi": { | ||
"name": "bcrypt", | ||
"musl": [ | ||
"linux" | ||
] | ||
}, | ||
"engines": { | ||
@@ -48,4 +53,6 @@ "node": ">= 8.9" | ||
"bench": "cross-env NODE_ENV=production node benchmark/bcrypt.js", | ||
"build": "napi build --platform --release ./bcrypt", | ||
"build:debug": "napi build --platform ./bcrypt" | ||
"build": "napi build --platform --release", | ||
"build:debug": "napi build --platform", | ||
"prepublishOnly": "napi prepublish", | ||
"version": "napi version" | ||
}, | ||
@@ -56,3 +63,3 @@ "bugs": { | ||
"dependencies": { | ||
"@node-rs/helper": "^0.3.1" | ||
"@node-rs/helper": "^0.4.0" | ||
}, | ||
@@ -62,3 +69,8 @@ "devDependencies": { | ||
}, | ||
"gitHead": "bebd2d0bdbdd45b3eb270d5163eb0377db8cab18" | ||
} | ||
"gitHead": "02661406422e2c4995a9062a3859138a7b9eb7a7", | ||
"optionalDependencies": { | ||
"@node-rs/bcrypt-darwin": "^0.5.0", | ||
"@node-rs/bcrypt-linux": "^0.5.0", | ||
"@node-rs/bcrypt-win32": "^0.5.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
8833
4
7
+ Added@node-rs/bcrypt-darwin@0.5.0(transitive)
+ Added@node-rs/bcrypt-linux@0.5.0(transitive)
+ Added@node-rs/bcrypt-win32@0.5.0(transitive)
+ Added@node-rs/helper@0.4.0(transitive)
- Removed@node-rs/helper@0.3.1(transitive)
Updated@node-rs/helper@^0.4.0