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

@noir-lang/types

Package Overview
Dependencies
Maintainers
1
Versions
275
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.19.3 to 0.19.4-1ef8546.nightly

5

lib/cjs/types.d.ts

@@ -1,2 +0,3 @@

import { Abi } from '@noir-lang/noirc_abi';
import { Abi, WitnessMap } from '@noir-lang/noirc_abi';
export { Abi, WitnessMap } from '@noir-lang/noirc_abi';
export interface Backend {

@@ -36,3 +37,3 @@ /**

/** @description Public inputs of a proof */
publicInputs: Uint8Array[];
publicInputs: WitnessMap;
/** @description An byte array representing the proof */

@@ -39,0 +40,0 @@ proof: Uint8Array;

@@ -1,2 +0,3 @@

import { Abi } from '@noir-lang/noirc_abi';
import { Abi, WitnessMap } from '@noir-lang/noirc_abi';
export { Abi, WitnessMap } from '@noir-lang/noirc_abi';
export interface Backend {

@@ -36,3 +37,3 @@ /**

/** @description Public inputs of a proof */
publicInputs: Uint8Array[];
publicInputs: WitnessMap;
/** @description An byte array representing the proof */

@@ -39,0 +40,0 @@ proof: Uint8Array;

7

package.json

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

"packageManager": "yarn@3.5.1",
"version": "0.19.3",
"version": "0.19.4-1ef8546.nightly",
"license": "(MIT OR Apache-2.0)",

@@ -23,3 +23,4 @@ "files": [

"publish": "echo 📡 publishing `$npm_package_name` && yarn npm publish",
"lint": "NODE_NO_WARNINGS=1 eslint . --ext .ts --ignore-path ./.eslintignore --max-warnings 0"
"lint": "NODE_NO_WARNINGS=1 eslint . --ext .ts --ignore-path ./.eslintignore --max-warnings 0",
"clean": "rm -rf ./lib"
},

@@ -34,3 +35,3 @@ "exports": {

"dependencies": {
"@noir-lang/noirc_abi": "0.19.3"
"@noir-lang/noirc_abi": "0.19.4-1ef8546.nightly"
},

@@ -37,0 +38,0 @@ "devDependencies": {

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