Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

argon2

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

argon2 - npm Package Compare versions

Comparing version 0.27.2 to 0.28.0

11

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc