Comparing version 0.24.0 to 0.24.1
@@ -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
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
417316
29
3
Updatednode-addon-api@^1.7.1