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

@node-rs/bcrypt

Package Overview
Dependencies
Maintainers
2
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 1.6.2 to 1.7.0

6

binding.js

@@ -0,1 +1,7 @@

/* tslint:disable */
/* eslint-disable */
/* prettier-ignore */
/* auto-generated by NAPI-RS */
const { existsSync, readFileSync } = require('fs')

@@ -2,0 +8,0 @@ const { join } = require('path')

37

package.json
{
"name": "@node-rs/bcrypt",
"version": "1.6.2",
"version": "1.7.0",
"description": "Rust bcrypt binding",

@@ -61,4 +61,4 @@ "keywords": [

"bench": "cross-env NODE_ENV=production node benchmark/bcrypt.js",
"build": "napi build --platform --release --js binding.js --dts binding.d.ts --pipe \"prettier -w\"",
"build:debug": "napi build --platform --pipe \"prettier -w\"",
"build": "napi build --platform --release --js binding.js --dts binding.d.ts",
"build:debug": "napi build --platform",
"prepublishOnly": "napi prepublish",

@@ -73,3 +73,4 @@ "version": "napi version"

"bcrypt": "^5.1.0",
"bcryptjs": "^2.4.3"
"bcryptjs": "^2.4.3",
"cross-env": "^7.0.3"
},

@@ -80,18 +81,18 @@ "funding": {

},
"gitHead": "147e329860fa8d0e1cd26f5d2f5ad492ddaa2aee",
"gitHead": "8eeb2c75f4d17cdc31852cc295c487fc91f8fcba",
"optionalDependencies": {
"@node-rs/bcrypt-win32-x64-msvc": "1.6.2",
"@node-rs/bcrypt-darwin-x64": "1.6.2",
"@node-rs/bcrypt-linux-x64-gnu": "1.6.2",
"@node-rs/bcrypt-win32-ia32-msvc": "1.6.2",
"@node-rs/bcrypt-linux-arm-gnueabihf": "1.6.2",
"@node-rs/bcrypt-linux-x64-musl": "1.6.2",
"@node-rs/bcrypt-linux-arm64-gnu": "1.6.2",
"@node-rs/bcrypt-darwin-arm64": "1.6.2",
"@node-rs/bcrypt-android-arm64": "1.6.2",
"@node-rs/bcrypt-android-arm-eabi": "1.6.2",
"@node-rs/bcrypt-freebsd-x64": "1.6.2",
"@node-rs/bcrypt-linux-arm64-musl": "1.6.2",
"@node-rs/bcrypt-win32-arm64-msvc": "1.6.2"
"@node-rs/bcrypt-win32-x64-msvc": "1.7.0",
"@node-rs/bcrypt-darwin-x64": "1.7.0",
"@node-rs/bcrypt-linux-x64-gnu": "1.7.0",
"@node-rs/bcrypt-win32-ia32-msvc": "1.7.0",
"@node-rs/bcrypt-linux-arm-gnueabihf": "1.7.0",
"@node-rs/bcrypt-linux-x64-musl": "1.7.0",
"@node-rs/bcrypt-linux-arm64-gnu": "1.7.0",
"@node-rs/bcrypt-darwin-arm64": "1.7.0",
"@node-rs/bcrypt-android-arm64": "1.7.0",
"@node-rs/bcrypt-android-arm-eabi": "1.7.0",
"@node-rs/bcrypt-freebsd-x64": "1.7.0",
"@node-rs/bcrypt-linux-arm64-musl": "1.7.0",
"@node-rs/bcrypt-win32-arm64-msvc": "1.7.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