New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@noir-lang/noirc_abi

Package Overview
Dependencies
Maintainers
1
Versions
342
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.19.4 to 0.20.0-4718606.nightly

4

nodejs/noirc_abi_wasm.d.ts

@@ -28,3 +28,3 @@ /* tslint:disable */

export type Visibility = "public" | "private";
export type Visibility = "public" | "private" | "databus";
export type Sign = "unsigned" | "signed";

@@ -49,3 +49,3 @@ export type AbiType =

param_witnesses: Record<string, {start: number, end: number}[]>,
return_type: AbiType | null,
return_type: {abi_type: AbiType, visibility: Visibility} | null,
return_witnesses: number[],

@@ -52,0 +52,0 @@ }

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

module.exports.__wbg_new_ea5ce65bd15411ec = function() {
module.exports.__wbg_new_ab9f5ae5f20533e1 = function() {
const ret = new Map();

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

module.exports.__wbg_constructor_fc0c89256754526e = function(arg0) {
module.exports.__wbg_constructor_7234fe17f3fe5d11 = function(arg0) {
const ret = new Error(takeObject(arg0));

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

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

],
"version": "0.19.4",
"version": "0.20.0-4718606.nightly",
"license": "(MIT OR Apache-2.0)",

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

@@ -28,3 +28,3 @@ /* tslint:disable */

export type Visibility = "public" | "private";
export type Visibility = "public" | "private" | "databus";
export type Sign = "unsigned" | "signed";

@@ -49,3 +49,3 @@ export type AbiType =

param_witnesses: Record<string, {start: number, end: number}[]>,
return_type: AbiType | null,
return_type: {abi_type: AbiType, visibility: Visibility} | null,
return_witnesses: number[],

@@ -52,0 +52,0 @@ }

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

};
imports.wbg.__wbg_new_ea5ce65bd15411ec = function() {
imports.wbg.__wbg_new_ab9f5ae5f20533e1 = function() {
const ret = new Map();

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

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

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