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
0
Versions
319
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 1.0.0-beta.0 to 1.0.0-beta.1

18

nodejs/noirc_abi_wasm.js

@@ -10,4 +10,2 @@ let imports = {};

function getObject(idx) { return heap[idx]; }
let heap_next = heap.length;

@@ -24,2 +22,4 @@

function getObject(idx) { return heap[idx]; }
function dropObject(idx) {

@@ -234,8 +234,3 @@ if (idx < 132) return;

module.exports.__wbindgen_is_undefined = function(arg0) {
const ret = getObject(arg0) === undefined;
return ret;
};
module.exports.__wbg_new_a5524ba913512cfc = function() {
module.exports.__wbg_new_b44272d7763dffe3 = function() {
const ret = new Map();

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

module.exports.__wbg_constructor_11ebd7d1305bb44a = function(arg0) {
module.exports.__wbg_constructor_48f7463f903b7cef = function(arg0) {
const ret = new Error(takeObject(arg0));

@@ -276,2 +271,7 @@ return addHeapObject(ret);

module.exports.__wbindgen_is_undefined = function(arg0) {
const ret = getObject(arg0) === undefined;
return ret;
};
module.exports.__wbindgen_string_new = function(arg0, arg1) {

@@ -278,0 +278,0 @@ const ret = getStringFromWasm0(arg0, arg1);

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

],
"version": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"license": "(MIT OR Apache-2.0)",

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

"dependencies": {
"@noir-lang/types": "1.0.0-beta.0"
"@noir-lang/types": "1.0.0-beta.1"
},

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

@@ -7,4 +7,2 @@ let wasm;

function getObject(idx) { return heap[idx]; }
let heap_next = heap.length;

@@ -21,2 +19,4 @@

function getObject(idx) { return heap[idx]; }
function dropObject(idx) {

@@ -265,7 +265,3 @@ if (idx < 132) return;

imports.wbg = {};
imports.wbg.__wbindgen_is_undefined = function(arg0) {
const ret = getObject(arg0) === undefined;
return ret;
};
imports.wbg.__wbg_new_a5524ba913512cfc = function() {
imports.wbg.__wbg_new_b44272d7763dffe3 = function() {
const ret = new Map();

@@ -289,3 +285,3 @@ return addHeapObject(ret);

};
imports.wbg.__wbg_constructor_11ebd7d1305bb44a = function(arg0) {
imports.wbg.__wbg_constructor_48f7463f903b7cef = function(arg0) {
const ret = new Error(takeObject(arg0));

@@ -300,2 +296,6 @@ return addHeapObject(ret);

};
imports.wbg.__wbindgen_is_undefined = function(arg0) {
const ret = getObject(arg0) === undefined;
return ret;
};
imports.wbg.__wbindgen_string_new = function(arg0, arg1) {

@@ -302,0 +302,0 @@ const ret = getStringFromWasm0(arg0, arg1);

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