Socket
Socket
Sign inDemoInstall

snarkjs

Package Overview
Dependencies
Maintainers
1
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snarkjs - npm Package Compare versions

Comparing version 0.7.3 to 0.7.4

10

package.json
{
"name": "snarkjs",
"type": "module",
"version": "0.7.3",
"version": "0.7.4",
"description": "zkSNARKs implementation in JavaScript",

@@ -59,12 +59,12 @@ "main": "./build/main.cjs",

"dependencies": {
"@iden3/binfileutils": "0.0.11",
"@iden3/binfileutils": "0.0.12",
"bfj": "^7.0.2",
"blake2b-wasm": "^2.4.0",
"circom_runtime": "0.1.24",
"circom_runtime": "0.1.25",
"ejs": "^3.1.6",
"fastfile": "0.0.20",
"ffjavascript": "0.2.63",
"ffjavascript": "0.3.0",
"js-sha3": "^0.8.0",
"logplease": "^1.2.15",
"r1csfile": "0.0.47"
"r1csfile": "0.0.48"
},

@@ -71,0 +71,0 @@ "devDependencies": {

@@ -25,3 +25,3 @@

### Install node
First off, make sure you have a recent version of `Node.js` installed. While any version after `v12` should work fine, we recommend you install `v16` or later.
First off, make sure you have a recent LTS version of Node.js installed. Non-LTS and versions prior to v18 are not guaranteed to work.

@@ -28,0 +28,0 @@ If you’re not sure which version of Node you have installed, you can run:

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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