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.30.2 to 0.30.3

5

argon2.js
"use strict";
const assert = require("assert");
const { randomBytes, timingSafeEqual } = require("crypto");
const path = require("path");
const { promisify } = require("util");
const binary = require("@mapbox/node-pre-gyp");
const { hash: _hash } = require("./lib/binding/napi-v3/argon2.node");
const bindingPath = binary.find(path.resolve(__dirname, "./package.json"));
const { hash: _hash } = require(bindingPath);

@@ -8,0 +11,0 @@ const { deserialize, serialize } = require("@phc/format");

12

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

@@ -54,8 +54,8 @@ "main": "argon2.js",

"devDependencies": {
"@types/node": "^18.11.7",
"@types/node": "^18.11.18",
"c8": "^7.12.0",
"mocha": "^10.1.0",
"node-gyp": "^9.3.0",
"prettier": "^2.7.1",
"typescript": "^4.8.4"
"mocha": "^10.2.0",
"node-gyp": "^9.3.1",
"prettier": "^2.8.1",
"typescript": "^4.9.4"
},

@@ -62,0 +62,0 @@ "binary": {

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