scrypt-async-modern
Advanced tools
Comparing version 3.0.4 to 3.0.5
{ | ||
"name": "scrypt-async-modern", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"description": "Fast \"async\" scrypt implementation in modern JavaScript.", | ||
@@ -13,7 +13,6 @@ "main": "dist/index.js", | ||
"clean": "noderize-scripts clean", | ||
"prepack": | ||
"noderize-scripts clean && noderize-scripts build --env production" | ||
"prepack": "noderize-scripts clean && noderize-scripts build --env production" | ||
}, | ||
"devDependencies": { | ||
"noderize-scripts": "^0.3.7" | ||
"noderize-scripts": "^0.3.8" | ||
}, | ||
@@ -24,3 +23,8 @@ "repository": { | ||
}, | ||
"keywords": ["crypto", "cryptography", "scrypt", "password"], | ||
"keywords": [ | ||
"crypto", | ||
"cryptography", | ||
"scrypt", | ||
"password" | ||
], | ||
"author": "Charles Crete <charles@cretezy.com>", | ||
@@ -34,3 +38,6 @@ "license": "MIT", | ||
"useTabs": true | ||
}, | ||
"dependencies": { | ||
"noderize-runtime": "^0.3.8" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
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
299752
1
1822
+ Addednoderize-runtime@^0.3.8
+ Added@babel/runtime@7.26.0(transitive)
+ Addednoderize-runtime@0.3.8(transitive)
+ Addedregenerator-runtime@0.14.1(transitive)