@node-rs/bcrypt
Advanced tools
Comparing version 1.6.2 to 1.7.0
@@ -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') |
{ | ||
"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" | ||
} | ||
} |
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
16888
273
4