Socket
Socket
Sign inDemoInstall

r1csfile

Package Overview
Dependencies
7
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.42 to 0.0.43

2

package.json

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

},
"version": "0.0.42",
"version": "0.0.43",
"description": "r1cs file format parser",

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

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

if (res.useCustomGates) {
res.customGates = await readCustomGatesListSection(fd, sections, res.F.n8);
res.customGates = await readCustomGatesListSection(fd, sections, res.n8);
res.customGatesUses = await readCustomGatesUsesSection(fd, sections, options);

@@ -193,0 +193,0 @@ } else {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc