Socket
Socket
Sign inDemoInstall

@noir-lang/noirc_abi

Package Overview
Dependencies
Maintainers
1
Versions
257
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.3-70ccb7e.nightly to 0.19.3-70ee787.nightly

2

nodejs/noirc_abi_wasm.d.ts

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

{ kind: "tuple", fields: AbiType[] } |
{ kind: "struct", path: string, fields: [string, AbiType][] };
{ kind: "struct", path: string, fields: { name: string, type: AbiType }[] };

@@ -40,0 +40,0 @@ export type AbiParameter = {

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

],
"version": "0.19.3-70ccb7e.nightly",
"version": "0.19.3-70ee787.nightly",
"license": "(MIT OR Apache-2.0)",

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

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

{ kind: "tuple", fields: AbiType[] } |
{ kind: "struct", path: string, fields: [string, AbiType][] };
{ kind: "struct", path: string, fields: { name: string, type: AbiType }[] };

@@ -40,0 +40,0 @@ export type AbiParameter = {

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