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.24.0 to 0.24.1

argon2-v0.24.1.tgz

2

argon2.d.ts

@@ -37,3 +37,3 @@ // Type definitions for argon2 v0.19.2

export function hash(plain: Buffer | string, options?: Options & {raw?: false}): Promise<string>;
export function verify(hash: string, plain: Buffer | string): Promise<boolean>;
export function verify(hash: string, plain: Buffer | string, options?: Options): Promise<boolean>;
export function needsRehash(hash: string, options?: Options): boolean;
{
"name": "argon2",
"version": "v0.24.0",
"version": "0.24.1",
"description": "An Argon2 library for Node",

@@ -33,7 +33,7 @@ "main": "argon2.js",

"@phc/format": "^0.5.0",
"node-addon-api": "^1.6.3",
"node-addon-api": "^1.7.1",
"node-gyp-build": "^4.1.0"
},
"devDependencies": {
"@types/node": "^12.0.0",
"@types/node": "^12.7.2",
"coveralls": "^3.0.3",

@@ -44,3 +44,3 @@ "mocha": "^6.1.4",

"sandra": "^0.3.2",
"standard": "^12.0.1",
"standard": "^14.0.0",
"typescript": "^3.4.4"

@@ -47,0 +47,0 @@ },

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