Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@noir-lang/types

Package Overview
Dependencies
Maintainers
0
Versions
310
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@noir-lang/types - npm Package Compare versions

Comparing version 0.39.0 to 1.0.0-beta.0

2

lib/cjs/types.d.ts
export type Field = string | number | boolean;
export type InputValue = Field | InputMap | (Field | InputMap)[];
export type InputValue = Field | InputMap | InputValue[];
export type InputMap = {

@@ -4,0 +4,0 @@ [key: string]: InputValue;

export type Field = string | number | boolean;
export type InputValue = Field | InputMap | (Field | InputMap)[];
export type InputValue = Field | InputMap | InputValue[];
export type InputMap = {

@@ -4,0 +4,0 @@ [key: string]: InputValue;

@@ -7,3 +7,3 @@ {

"packageManager": "yarn@3.5.1",
"version": "0.39.0",
"version": "1.0.0-beta.0",
"license": "(MIT OR Apache-2.0)",

@@ -10,0 +10,0 @@ "homepage": "https://noir-lang.org/",

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