New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@exodus/scryptsy

Package Overview
Dependencies
Maintainers
44
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exodus/scryptsy - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

5

CHANGELOG.md

@@ -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 @@ ------------------

4

package.json
{
"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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc