Socket
Socket
Sign inDemoInstall

r1csfile

Package Overview
Dependencies
10
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.17 to 0.0.18

4

package.json

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

},
"version": "0.0.17",
"version": "0.0.18",
"description": "r1cs file format parser",

@@ -42,3 +42,3 @@ "main": "./build/main.cjs",

"fastfile": "0.0.18",
"ffjavascript": "0.2.23"
"ffjavascript": "0.2.24"
},

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

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

res.curve = await getCurveFromR(res.prime);
res.curve = await getCurveFromR(res.prime, true);

@@ -18,0 +18,0 @@ res.nVars = await fd.readULE32();

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