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

@noir-lang/noir_wasm

Package Overview
Dependencies
Maintainers
0
Versions
413
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@noir-lang/noir_wasm - npm Package Compare versions

Comparing version 1.0.0-beta.0-1e965bc.nightly to 1.0.0-beta.0-4ff3081.nightly

4

dist/types/build/cjs/index.d.ts

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

export function compile_program(entry_point: string, dependency_graph: DependencyGraph | undefined, file_source_map: PathToFileSourceMap): ProgramCompileResult;
export function compile_contract(entry_point: string, dependency_graph: DependencyGraph | undefined, file_source_map: PathToFileSourceMap): ContractCompileResult;
export function compile_program_(entry_point: string, dependency_graph: DependencyGraph | undefined, file_source_map: PathToFileSourceMap): ProgramCompileResult;

@@ -5,4 +7,2 @@ export function compile_contract_(entry_point: string, dependency_graph: DependencyGraph | undefined, file_source_map: PathToFileSourceMap): ContractCompileResult;

export function build_info(): any;
export function compile_program(entry_point: string, dependency_graph: DependencyGraph | undefined, file_source_map: PathToFileSourceMap): ProgramCompileResult;
export function compile_contract(entry_point: string, dependency_graph: DependencyGraph | undefined, file_source_map: PathToFileSourceMap): ContractCompileResult;
export function __wbindgen_object_drop_ref(arg0: any): void;

@@ -9,0 +9,0 @@ export function __wbg_constructor_9385d1ac06a443db(arg0: any): number;

/**
* @param {string} entry_point
* @param {DependencyGraph | undefined} dependency_graph
* @param {PathToFileSourceMap} file_source_map
* @returns {ProgramCompileResult}
*/
export function compile_program(entry_point: string, dependency_graph: DependencyGraph | undefined, file_source_map: PathToFileSourceMap): ProgramCompileResult;
/**
* @param {string} entry_point
* @param {DependencyGraph | undefined} dependency_graph
* @param {PathToFileSourceMap} file_source_map
* @returns {ContractCompileResult}
*/
export function compile_contract(entry_point: string, dependency_graph: DependencyGraph | undefined, file_source_map: PathToFileSourceMap): ContractCompileResult;
/**
* This is a method that exposes the same API as `compile`

@@ -28,16 +42,2 @@ * But uses the Context based APi internally

/**
* @param {string} entry_point
* @param {DependencyGraph | undefined} dependency_graph
* @param {PathToFileSourceMap} file_source_map
* @returns {ProgramCompileResult}
*/
export function compile_program(entry_point: string, dependency_graph: DependencyGraph | undefined, file_source_map: PathToFileSourceMap): ProgramCompileResult;
/**
* @param {string} entry_point
* @param {DependencyGraph | undefined} dependency_graph
* @param {PathToFileSourceMap} file_source_map
* @returns {ContractCompileResult}
*/
export function compile_contract(entry_point: string, dependency_graph: DependencyGraph | undefined, file_source_map: PathToFileSourceMap): ContractCompileResult;
/**
* This is a wrapper class that is wasm-bindgen compatible

@@ -44,0 +44,0 @@ * We do not use js_name and rename it like CrateId because

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

],
"version": "1.0.0-beta.0-1e965bc.nightly",
"version": "1.0.0-beta.0-4ff3081.nightly",
"license": "(MIT OR Apache-2.0)",

@@ -87,5 +87,5 @@ "main": "dist/main.js",

"dependencies": {
"@noir-lang/types": "1.0.0-beta.0-1e965bc.nightly",
"@noir-lang/types": "1.0.0-beta.0-4ff3081.nightly",
"pako": "^2.1.0"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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