Socket
Socket
Sign inDemoInstall

@noir-lang/backend_barretenberg

Package Overview
Dependencies
Maintainers
1
Versions
239
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@noir-lang/backend_barretenberg - npm Package Compare versions

Comparing version 0.19.2 to 0.19.3

1

lib/cjs/index.js

@@ -36,2 +36,3 @@ "use strict";

this.acirComposer = await api.acirNewAcirComposer(subgroupSize);
await api.acirInitProvingKey(this.acirComposer, this.acirUncompressedBytecode);
this.api = api;

@@ -38,0 +39,0 @@ }

@@ -33,2 +33,3 @@ /* eslint-disable @typescript-eslint/no-explicit-any */

this.acirComposer = await api.acirNewAcirComposer(subgroupSize);
await api.acirInitProvingKey(this.acirComposer, this.acirUncompressedBytecode);
this.api = api;

@@ -35,0 +36,0 @@ }

6

package.json

@@ -6,3 +6,3 @@ {

],
"version": "0.19.2",
"version": "0.19.3",
"packageManager": "yarn@3.5.1",

@@ -36,4 +36,4 @@ "license": "(MIT OR Apache-2.0)",

"dependencies": {
"@aztec/bb.js": "0.12.0",
"@noir-lang/types": "0.19.2",
"@aztec/bb.js": "0.15.1",
"@noir-lang/types": "0.19.3",
"fflate": "^0.8.0"

@@ -40,0 +40,0 @@ },

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