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

@noir-lang/noir_wasm

Package Overview
Dependencies
Maintainers
1
Versions
394
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 0.4.1-dc3fb48 to 0.5.0-049773b

2

nodejs/noir_wasm.js

@@ -232,3 +232,3 @@ let imports = {};

module.exports.__wbg_readfile_e0e65427440b9915 = function() { return handleError(function (arg0, arg1, arg2) {
module.exports.__wbg_readfile_054a3fdf225f8fe7 = function() { return handleError(function (arg0, arg1, arg2) {
const ret = read_file(getStringFromWasm0(arg1, arg2));

@@ -235,0 +235,0 @@ const ptr0 = passStringToWasm0(ret, wasm.__wbindgen_export_0, wasm.__wbindgen_export_1);

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

],
"version": "0.4.1-dc3fb48",
"version": "0.5.0-049773b",
"files": [

@@ -25,4 +25,4 @@ "nodejs",

"compiler": {
"versionHash": "dc3fb4806564acb6fd6ec46fcdc68dc336da96ba"
"versionHash": "049773bd4d08afaf70c3cb1e4c658df0e6f50ac6"
}
}
# Noir Lang WASM JavaScript Package
## Tracks
Noir lang Repository [noir-lang/noir@dc3fb48](https://github.com/noir-lang/noir/tree/dc3fb4806564acb6fd6ec46fcdc68dc336da96ba)
Noir lang Repository [noir-lang/noir@049773b](https://github.com/noir-lang/noir/tree/049773bd4d08afaf70c3cb1e4c658df0e6f50ac6)

@@ -257,3 +257,3 @@ import { read_file } from '@noir-lang/noir-source-resolver';

};
imports.wbg.__wbg_readfile_e0e65427440b9915 = function() { return handleError(function (arg0, arg1, arg2) {
imports.wbg.__wbg_readfile_054a3fdf225f8fe7 = function() { return handleError(function (arg0, arg1, arg2) {
const ret = read_file(getStringFromWasm0(arg1, arg2));

@@ -260,0 +260,0 @@ const ptr0 = passStringToWasm0(ret, wasm.__wbindgen_export_0, wasm.__wbindgen_export_1);

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