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

snarkjs-scrypt

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snarkjs-scrypt - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

3

cli.js

@@ -633,2 +633,5 @@ /*

// Build dir structure
fs.mkdirSync(path.join('verifier', 'src', 'contracts'), { recursive: true })
// Write verifier to src/ dir

@@ -635,0 +638,0 @@ fs.writeFileSync(path.join('verifier', 'src', 'contracts', verifierName), verifierCode, "utf-8");

2

package.json
{
"name": "snarkjs-scrypt",
"type": "module",
"version": "0.5.1",
"version": "0.5.2",
"description": "zkSNARKs implementation in JavaScript",

@@ -6,0 +6,0 @@ "main": "./build/main.cjs",

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