@exodus/scryptsy
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -0,1 +1,6 @@ | ||
2.2.1 / 2021-04-16 | ||
------------------ | ||
- Loosen `pbkdf2` version requirements ([#2](https://github.com/ExodusMovement/scryptsy/pull/2)) | ||
2.2.0 / 2020-10-21 | ||
@@ -2,0 +7,0 @@ ------------------ |
{ | ||
"name": "@exodus/scryptsy", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "Pure JavaScript implementation of the scrypt key deriviation function that is fully compatible with Node.js and the browser.", | ||
@@ -19,3 +19,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"pbkdf2": "^3.1.1" | ||
"pbkdf2": "^3.0.17" | ||
}, | ||
@@ -22,0 +22,0 @@ "repository": { |
15896
Updatedpbkdf2@^3.0.17