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.0 to 1.6.1

7

binding.d.ts

@@ -9,6 +9,11 @@ /* tslint:disable */

export function genSalt(round: number, version: string, signal?: AbortSignal | undefined | null): Promise<string>
export function hashSync(input: string | Buffer, cost?: number | undefined | null): string
export function hashSync(
input: string | Buffer,
cost?: number | undefined | null,
salt?: Buffer | undefined | null,
): string
export function hash(
input: string | Buffer,
cost?: number | undefined | null,
salt?: Buffer | undefined | null,
signal?: AbortSignal | undefined | null,

@@ -15,0 +20,0 @@ ): Promise<string>

30

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

@@ -78,18 +78,18 @@ "keywords": [

},
"gitHead": "3d329ba0ec01daabe4b9f6b1f2757d19d30be1c8",
"gitHead": "7f0293d21862652e72e66baf6d63900567e4787e",
"optionalDependencies": {
"@node-rs/bcrypt-win32-x64-msvc": "1.6.0",
"@node-rs/bcrypt-darwin-x64": "1.6.0",
"@node-rs/bcrypt-linux-x64-gnu": "1.6.0",
"@node-rs/bcrypt-win32-ia32-msvc": "1.6.0",
"@node-rs/bcrypt-linux-arm-gnueabihf": "1.6.0",
"@node-rs/bcrypt-linux-x64-musl": "1.6.0",
"@node-rs/bcrypt-linux-arm64-gnu": "1.6.0",
"@node-rs/bcrypt-darwin-arm64": "1.6.0",
"@node-rs/bcrypt-android-arm64": "1.6.0",
"@node-rs/bcrypt-android-arm-eabi": "1.6.0",
"@node-rs/bcrypt-freebsd-x64": "1.6.0",
"@node-rs/bcrypt-linux-arm64-musl": "1.6.0",
"@node-rs/bcrypt-win32-arm64-msvc": "1.6.0"
"@node-rs/bcrypt-win32-x64-msvc": "1.6.1",
"@node-rs/bcrypt-darwin-x64": "1.6.1",
"@node-rs/bcrypt-linux-x64-gnu": "1.6.1",
"@node-rs/bcrypt-win32-ia32-msvc": "1.6.1",
"@node-rs/bcrypt-linux-arm-gnueabihf": "1.6.1",
"@node-rs/bcrypt-linux-x64-musl": "1.6.1",
"@node-rs/bcrypt-linux-arm64-gnu": "1.6.1",
"@node-rs/bcrypt-darwin-arm64": "1.6.1",
"@node-rs/bcrypt-android-arm64": "1.6.1",
"@node-rs/bcrypt-android-arm-eabi": "1.6.1",
"@node-rs/bcrypt-freebsd-x64": "1.6.1",
"@node-rs/bcrypt-linux-arm64-musl": "1.6.1",
"@node-rs/bcrypt-win32-arm64-msvc": "1.6.1"
}
}

@@ -10,17 +10,17 @@ # `@node-rs/bcrypt`

| | node12 | node14 | node16 |
| ---------------- | ------ | ------ | ------ |
| Windows x64 | ✓ | ✓ | ✓ |
| Windows x32 | ✓ | ✓ | ✓ |
| Windows arm64 | ✓ | ✓ | ✓ |
| macOS x64 | ✓ | ✓ | ✓ |
| macOS arm64 | ✓ | ✓ | ✓ |
| Linux x64 gnu | ✓ | ✓ | ✓ |
| Linux x64 musl | ✓ | ✓ | ✓ |
| Linux arm gnu | ✓ | ✓ | ✓ |
| Linux arm64 gnu | ✓ | ✓ | ✓ |
| Linux arm64 musl | ✓ | ✓ | ✓ |
| Android arm64 | ✓ | ✓ | ✓ |
| Android armv7 | ✓ | ✓ | ✓ |
| FreeBSD x64 | ✓ | ✓ | ✓ |
| | node12 | node14 | node16 | node18 |
| ---------------- | ------ | ------ | ------ | ------ |
| Windows x64 | ✓ | ✓ | ✓ | ✓ |
| Windows x32 | ✓ | ✓ | ✓ | ✓ |
| Windows arm64 | ✓ | ✓ | ✓ | ✓ |
| macOS x64 | ✓ | ✓ | ✓ | ✓ |
| macOS arm64 | ✓ | ✓ | ✓ | ✓ |
| Linux x64 gnu | ✓ | ✓ | ✓ | ✓ |
| Linux x64 musl | ✓ | ✓ | ✓ | ✓ |
| Linux arm gnu | ✓ | ✓ | ✓ | ✓ |
| Linux arm64 gnu | ✓ | ✓ | ✓ | ✓ |
| Linux arm64 musl | ✓ | ✓ | ✓ | ✓ |
| Android arm64 | ✓ | ✓ | ✓ | ✓ |
| Android armv7 | ✓ | ✓ | ✓ | ✓ |
| FreeBSD x64 | ✓ | ✓ | ✓ | ✓ |

@@ -27,0 +27,0 @@ ## Usage

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