Socket
Socket
Sign inDemoInstall

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.4.1 to 0.4.2

6

package.json
{
"name": "argon2",
"version": "0.4.1",
"version": "0.4.2",
"description": "An Argon2 library for Node",

@@ -9,3 +9,3 @@ "main": "index.js",

"clean": "node-gyp clean",
"preinstall": "git submodule update --init && make -C argon2",
"preinstall": "git submodule update --init",
"postinstall": "npm run build",

@@ -36,6 +36,4 @@ "test": "nodeunit test.spec.js"

"devDependencies": {
"coveralls": "^2.11.6",
"jscoverage": "^0.6.0",
"nodeunit": "^0.9.1"
}
}

@@ -6,4 +6,3 @@ # node-argon2 [![NPM package][npm-image]][npm-url] [![Build status][codeship-image]][codeship-url] [![Coverage status][coverage-image]][coverage-url] [![Code Climate][codeclimate-image]][codeclimate-url] [![Dependencies][david-dm-image]][david-dm-url]

### Before installing
You **MUST** have a C++ compiler and **node-gyp** (globally) installed before
proceeding with the package install.
You **MUST** have a **node-gyp** global install before proceeding with install.

@@ -10,0 +9,0 @@ ### Usage

Sorry, the diff of this file is not supported yet

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