Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@noir-lang/noirc_abi

Package Overview
Dependencies
Maintainers
1
Versions
279
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@noir-lang/noirc_abi - npm Package Compare versions

Comparing version 0.17.0 to 0.18.0-3919619.aztec

4

nodejs/noirc_abi_wasm.js

@@ -188,3 +188,3 @@ let imports = {};

module.exports.__wbg_constructor_8b80183f1e67730f = function(arg0) {
module.exports.__wbg_constructor_8b8d90c5b726c233 = function(arg0) {
const ret = new Error(takeObject(arg0));

@@ -194,3 +194,3 @@ return addHeapObject(ret);

module.exports.__wbg_new_31288a3fdd8270cf = function() {
module.exports.__wbg_new_dfafeb8d771fdf1a = function() {
const ret = new Map();

@@ -197,0 +197,0 @@ return addHeapObject(ret);

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

],
"version": "0.17.0",
"version": "0.18.0-3919619.aztec",
"license": "(MIT OR Apache-2.0)",

@@ -9,0 +9,0 @@ "files": [

@@ -218,7 +218,7 @@ let wasm;

};
imports.wbg.__wbg_constructor_8b80183f1e67730f = function(arg0) {
imports.wbg.__wbg_constructor_8b8d90c5b726c233 = function(arg0) {
const ret = new Error(takeObject(arg0));
return addHeapObject(ret);
};
imports.wbg.__wbg_new_31288a3fdd8270cf = function() {
imports.wbg.__wbg_new_dfafeb8d771fdf1a = function() {
const ret = new Map();

@@ -225,0 +225,0 @@ return addHeapObject(ret);

Sorry, the diff of this file is not supported yet

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