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

@node-rs/bcrypt

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@node-rs/bcrypt - npm Package Compare versions

Comparing version 0.4.1 to 0.5.0

4

CHANGELOG.md

@@ -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

2

index.js
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"
}
}
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