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
321
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.39.0 to 1.0.0-beta.0

4

nodejs/noirc_abi_wasm.js

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

module.exports.__wbg_new_5d264cc8c487a5db = function() {
module.exports.__wbg_new_a5524ba913512cfc = function() {
const ret = new Map();

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

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

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

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

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

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

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

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

@@ -267,3 +267,3 @@ let wasm;

};
imports.wbg.__wbg_new_5d264cc8c487a5db = function() {
imports.wbg.__wbg_new_a5524ba913512cfc = function() {
const ret = new Map();

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

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

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