Socket
Socket
Sign inDemoInstall

@noir-lang/noirc_abi

Package Overview
Dependencies
Maintainers
1
Versions
243
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.31.0 to 0.32.0-c6e5c4b.nightly

4

nodejs/noirc_abi_wasm.js

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

module.exports.__wbg_constructor_e95b233040fb3176 = function(arg0) {
module.exports.__wbg_constructor_608b2200692fea49 = function(arg0) {
const ret = new Error(takeObject(arg0));

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

module.exports.__wbg_new_498a274debb3d8d8 = function() {
module.exports.__wbg_new_6c8f9f6ac412293e = function() {
const ret = new Map();

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

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

],
"version": "0.31.0",
"version": "0.32.0-c6e5c4b.nightly",
"license": "(MIT OR Apache-2.0)",

@@ -40,3 +40,3 @@ "homepage": "https://noir-lang.org/",

"dependencies": {
"@noir-lang/types": "0.31.0"
"@noir-lang/types": "0.32.0-c6e5c4b.nightly"
},

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

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

};
imports.wbg.__wbg_constructor_e95b233040fb3176 = function(arg0) {
imports.wbg.__wbg_constructor_608b2200692fea49 = function(arg0) {
const ret = new Error(takeObject(arg0));
return addHeapObject(ret);
};
imports.wbg.__wbg_new_498a274debb3d8d8 = function() {
imports.wbg.__wbg_new_6c8f9f6ac412293e = function() {
const ret = new Map();

@@ -287,0 +287,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