Comparing version 0.27.2 to 0.28.0
{ | ||
"name": "argon2", | ||
"version": "0.27.2", | ||
"version": "0.28.0", | ||
"description": "An Argon2 library for Node", | ||
@@ -56,6 +56,6 @@ "main": "argon2.js", | ||
"devDependencies": { | ||
"@types/node": "^14.14.12", | ||
"@types/node": "^15.0.1", | ||
"coveralls": "^3.1.0", | ||
"mocha": "^8.2.1", | ||
"node-gyp": "^7.1.2", | ||
"node-gyp": "^8.0.0", | ||
"nyc": "^15.1.0", | ||
@@ -76,3 +76,3 @@ "standard": "^16.0.3", | ||
"engines": { | ||
"node": ">=10.0.0" | ||
"node": ">=12.0.0" | ||
}, | ||
@@ -85,5 +85,2 @@ "standard": { | ||
}, | ||
"resolutions": { | ||
"minimist": ">=1.2.3" | ||
}, | ||
"collective": { | ||
@@ -90,0 +87,0 @@ "type": "opencollective", |
@@ -106,4 +106,4 @@ # node-argon2 | ||
The current prebuilt binaries are built (and tested) with the following matrix: | ||
1. Node 10.x, 12.x, 13.x | ||
2. Ubuntu 16.04, Alpine Linux, Windows Server 2019, macOS Catalina 10.15 | ||
1. Node 12.x, 14.x, 16.x | ||
2. Ubuntu 18.04, Alpine Linux, Windows Server 2019, macOS Catalina 10.15 | ||
@@ -122,3 +122,3 @@ If your plaform is below the above requirements, you can follow the | ||
**node-argon2** works only and is tested against Node >=10.0.0. | ||
**node-argon2** works only and is tested against Node >=12.0.0. | ||
@@ -125,0 +125,0 @@ #### OSX |
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
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
184298