Socket
Socket
Sign inDemoInstall

r1csfile

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

r1csfile - npm Package Compare versions

Comparing version 0.0.37 to 0.0.38

2

package.json

@@ -8,3 +8,3 @@ {

},
"version": "0.0.37",
"version": "0.0.38",
"description": "r1cs file format parser",

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

@@ -246,3 +246,3 @@ import {F1Field, getCurveFromR} from "ffjavascript";

for (let j = 0; j < numSignals; j++) {
customGatesUse.signals.push(await fd.readULE64());
customGatesUse.signals.push(await fd.readULE32());
}

@@ -249,0 +249,0 @@ customGatesUses.push(customGatesUse);

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