Comparing version 0.40.3 to 0.41.0
{ | ||
"name": "argon2", | ||
"version": "0.40.3", | ||
"version": "0.41.0", | ||
"description": "An Argon2 library for Node", | ||
@@ -26,3 +26,3 @@ "keywords": [ | ||
"files": [ | ||
"argon2_node.cpp", | ||
"argon2.cpp", | ||
"argon2.d.cts", | ||
@@ -60,12 +60,13 @@ "argon2.d.cts.map", | ||
"@phc/format": "^1.0.0", | ||
"node-addon-api": "^8.0.0", | ||
"node-gyp-build": "^4.8.0" | ||
"node-addon-api": "^8.1.0", | ||
"node-gyp-build": "^4.8.1" | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "1.7.3", | ||
"@types/node": "20.12.12", | ||
"node-gyp": "10.1.0", | ||
"@biomejs/biome": "1.8.3", | ||
"@types/node": "20.16.1", | ||
"node-gyp": "10.2.0", | ||
"prebuildify": "6.0.1", | ||
"typescript": "5.4.5" | ||
"typescript": "5.5.4" | ||
}, | ||
"packageManager": "npm@10.8.2+sha512.c7f0088c520a46596b85c6f8f1da943400199748a0f7ea8cb8df75469668dc26f6fb3ba26df87e2884a5ebe91557292d0f3db7d0929cdb4f14910c3032ac81fb", | ||
"engines": { | ||
@@ -72,0 +73,0 @@ "node": ">=16.17.0" |
@@ -142,3 +142,3 @@ # node-argon2 | ||
$ npm install argon2 --ignore-scripts | ||
$ npx @mapbox/node-pre-gyp rebuild -C ./node_modules/argon2 | ||
$ npx node-gyp rebuild -C ./node_modules/argon2 | ||
``` | ||
@@ -145,0 +145,0 @@ </details> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 8 instances 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
866387
237643
9
Updatednode-addon-api@^8.1.0
Updatednode-gyp-build@^4.8.1