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
365
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.19.3 to 0.19.4

6

nodejs/noir_wasm.js

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

module.exports.__wbg_constructor_ea847aa8a3afa22e = function(arg0) {
module.exports.__wbg_constructor_03a5362405b1b4e4 = function(arg0) {
const ret = new Error(takeObject(arg0));

@@ -290,3 +290,3 @@ return addHeapObject(ret);

module.exports.__wbg_constructor_3047589cd799400f = function() {
module.exports.__wbg_constructor_153916a7e8b60b9e = function() {
const ret = new Object();

@@ -296,3 +296,3 @@ return addHeapObject(ret);

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

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

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

],
"version": "0.19.3",
"version": "0.19.4",
"license": "(MIT OR Apache-2.0)",

@@ -35,3 +35,3 @@ "main": "./nodejs/noir_wasm.js",

"peerDependencies": {
"@noir-lang/source-resolver": "0.19.3"
"@noir-lang/source-resolver": "0.19.4"
},

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

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

};
imports.wbg.__wbg_constructor_ea847aa8a3afa22e = function(arg0) {
imports.wbg.__wbg_constructor_03a5362405b1b4e4 = function(arg0) {
const ret = new Error(takeObject(arg0));

@@ -319,7 +319,7 @@ return addHeapObject(ret);

};
imports.wbg.__wbg_constructor_3047589cd799400f = function() {
imports.wbg.__wbg_constructor_153916a7e8b60b9e = function() {
const ret = new Object();
return addHeapObject(ret);
};
imports.wbg.__wbg_readfile_758596512193cebd = function() { return handleError(function (arg0, arg1, arg2) {
imports.wbg.__wbg_readfile_c0e2234e6d0bb1c2 = function() { return handleError(function (arg0, arg1, arg2) {
const ret = read_file(getStringFromWasm0(arg1, arg2));

@@ -326,0 +326,0 @@ const ptr1 = 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