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

@noir-lang/types

Package Overview
Dependencies
Maintainers
1
Versions
334
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.22.0-57eae42.nightly to 0.22.0-5be049e.nightly

4

lib/cjs/types.d.ts

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

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

@@ -37,3 +37,3 @@ export interface Backend {

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

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

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

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

@@ -37,3 +37,3 @@ export interface Backend {

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

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

{
"name": "@noir-lang/types",
"collaborators": [
"contributors": [
"The Noir Team <team@noir-lang.org>"
],
"packageManager": "yarn@3.5.1",
"version": "0.22.0-57eae42.nightly",
"version": "0.22.0-5be049e.nightly",
"license": "(MIT OR Apache-2.0)",
"homepage": "https://noir-lang.org/",
"repository": {
"url": "https://github.com/noir-lang/noir.git",
"directory": "tooling/noir_js_types",
"type": "git"
},
"bugs": {
"url": "https://github.com/noir-lang/noir/issues"
},
"files": [

@@ -33,3 +42,3 @@ "lib",

"dependencies": {
"@noir-lang/noirc_abi": "0.22.0-57eae42.nightly"
"@noir-lang/noirc_abi": "0.22.0-5be049e.nightly"
},

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