Comparing version 0.40.0-alpha.1 to 0.40.0-alpha.2
{ | ||
"name": "argon2", | ||
"version": "0.40.0-alpha.1", | ||
"version": "0.40.0-alpha.2", | ||
"description": "An Argon2 library for Node", | ||
@@ -22,9 +22,9 @@ "keywords": [ | ||
"author": "Ranieri Althoff <ranisalt+argon2@gmail.com>", | ||
"type": "module", | ||
"main": "argon2.mjs", | ||
"types": "argon2.d.ts", | ||
"type": "commonjs", | ||
"main": "argon2.cjs", | ||
"types": "argon2.d.cts", | ||
"files": [ | ||
"argon2_node.cpp", | ||
"argon2.d.ts", | ||
"argon2.d.ts.map", | ||
"argon2.d.cts", | ||
"argon2.d.cts.map", | ||
"binding.gyp", | ||
@@ -53,7 +53,7 @@ "argon2/CHANGELOG.md", | ||
"build": "prebuildify --napi --strip --tag-armv --tag-libc", | ||
"format": "prettier --write \"*.{json,mjs}\"", | ||
"format": "prettier --write \"*.{cjs,json}\"", | ||
"install": "node-gyp-build", | ||
"prepack": "yarn prepare", | ||
"prepare": "tsc", | ||
"test": "node --test test.mjs" | ||
"test": "node --test test.cjs" | ||
}, | ||
@@ -60,0 +60,0 @@ "dependencies": { |
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
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
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
886897
33
147
No