Comparing version 0.31.0 to 0.31.1
{ | ||
"name": "argon2", | ||
"version": "0.31.0", | ||
"version": "0.31.1", | ||
"description": "An Argon2 library for Node", | ||
@@ -28,3 +28,3 @@ "main": "argon2.js", | ||
"format": "prettier --write \"**/*.{js,json,ts}\"", | ||
"test": "c8 mocha test/test.js", | ||
"test": "c8 mocha --timeout 5000 test/test.js", | ||
"test:ts": "tsc -p . && node test/test-d.js" | ||
@@ -31,0 +31,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
183953