Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

scrypt.js

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scrypt.js - npm Package Compare versions

Comparing version 0.2.1 to 0.3.0

circle.yml

13

package.json
{
"name": "scrypt.js",
"version": "0.2.1",
"version": "0.3.0",
"description": "Scrypt in Node.js and in the browser. Fast & simple.",
"main": "node.js",
"main": "index.js",
"scripts": {
"lint": "standard",
"test": "exit 0"
"test": "tape ./test/index.js"
},

@@ -23,3 +23,5 @@ "author": {

"dependencies": {
"scryptsy": "^1.2.1",
"scryptsy": "^1.2.1"
},
"optionalDependencies": {
"scrypt": "^6.0.2"

@@ -29,4 +31,5 @@ },

"devDependencies": {
"standard": "^12.0.0"
"standard": "^12.0.0",
"tape": "^4.9.0"
}
}
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