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.16.0-20a160c to 0.16.0-37315f8.nightly

1

lib/cjs/types.d.ts

@@ -7,2 +7,3 @@ import { Abi } from '@noir-lang/noirc_abi';

verifyIntermediateProof(proofData: ProofData): Promise<boolean>;
destroy(): Promise<void>;
}

@@ -9,0 +10,0 @@ export type ProofData = {

@@ -7,2 +7,3 @@ import { Abi } from '@noir-lang/noirc_abi';

verifyIntermediateProof(proofData: ProofData): Promise<boolean>;
destroy(): Promise<void>;
}

@@ -9,0 +10,0 @@ export type ProofData = {

6

package.json

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

"packageManager": "yarn@3.5.1",
"version": "0.16.0-20a160c",
"version": "0.16.0-37315f8.nightly",
"license": "(MIT OR Apache-2.0)",

@@ -21,3 +21,3 @@ "files": [

"build": "yarn run build:cjs && yarn run build:esm",
"nightly:version": "jq --arg new_version \"-$(git rev-parse --short HEAD)\" '.version = .version + $new_version' package.json > package-tmp.json && mv package-tmp.json package.json",
"nightly:version": "jq --arg new_version \"-$(git rev-parse --short HEAD)$1\" '.version = .version + $new_version' package.json > package-tmp.json && mv package-tmp.json package.json",
"publish": "echo 📡 publishing `$npm_package_name` && yarn npm publish",

@@ -34,3 +34,3 @@ "lint": "NODE_NO_WARNINGS=1 eslint . --ext .ts --ignore-path ./.eslintignore --max-warnings 0"

"dependencies": {
"@noir-lang/noirc_abi": "0.16.0-20a160c"
"@noir-lang/noirc_abi": "0.16.0-37315f8.nightly"
},

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

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