Comparing version 0.2.0 to 0.2.1
var scrypt = require('scrypt') | ||
function hash(key, salt, n, r, p, dklen, progressCb) { | ||
function hash (key, salt, n, r, p, dklen, progressCb) { | ||
return scrypt.hashSync(key, { N: n, r: r, p: p }, dklen, salt) | ||
@@ -5,0 +5,0 @@ } |
{ | ||
"name": "scrypt.js", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Scrypt in Node.js and in the browser. Fast & simple.", | ||
"main": "node.js", | ||
"scripts": { | ||
"lint": "standard", | ||
"test": "exit 0" | ||
@@ -13,3 +14,3 @@ }, | ||
}, | ||
"repository": "https://github.com/axic/scryptjs", | ||
"repository": "https://github.com/axic/scrypt.js", | ||
"keywords": [ | ||
@@ -26,3 +27,6 @@ "crypto", | ||
}, | ||
"browser": "js.js" | ||
"browser": "js.js", | ||
"devDependencies": { | ||
"standard": "^12.0.0" | ||
} | ||
} |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
4380
1
5