scrypt-async-modern
Advanced tools
Comparing version 3.0.10 to 3.0.11
@@ -0,1 +1,5 @@ | ||
## 3.0.11 - 2019-01-05 | ||
- Fix overloading | ||
## 3.0.10 - 2019-01-05 | ||
@@ -2,0 +6,0 @@ |
@@ -49,3 +49,3 @@ /*! | ||
export default function scrypt(password: any, salt: any, options?: IScryptBaseOptions & { | ||
encoding?: null | unknown; | ||
encoding?: null; | ||
}): Promise<number[]>; | ||
@@ -52,0 +52,0 @@ export default function scrypt(password: any, salt: any, options?: IScryptBaseOptions & { |
{ | ||
"name": "scrypt-async-modern", | ||
"version": "3.0.10", | ||
"version": "3.0.11", | ||
"description": "Fast \"async\" scrypt implementation in modern JavaScript.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
53827