@node-rs/bcrypt
Advanced tools
Comparing version 1.6.0 to 1.6.1
@@ -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> |
{ | ||
"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 |
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
16422
259
0