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
1
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 0.19.1 to 0.19.2-008a431.nightly

6

nodejs/noir_wasm.js

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

module.exports.__wbg_constructor_b9882cd19ca9883a = function(arg0) {
module.exports.__wbg_constructor_a6e931de857afa82 = function(arg0) {
const ret = new Error(takeObject(arg0));

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

module.exports.__wbg_constructor_daee406f79e45640 = function() {
module.exports.__wbg_constructor_bbcd3197957053f6 = function() {
const ret = new Object();

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

module.exports.__wbg_readfile_83a69302883fb0c0 = function() { return handleError(function (arg0, arg1, arg2) {
module.exports.__wbg_readfile_365023973752433c = 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.1",
"version": "0.19.2-008a431.nightly",
"license": "(MIT OR Apache-2.0)",

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

"peerDependencies": {
"@noir-lang/source-resolver": "0.19.1"
"@noir-lang/source-resolver": "0.19.2-008a431.nightly"
},

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

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

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

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

};
imports.wbg.__wbg_constructor_daee406f79e45640 = function() {
imports.wbg.__wbg_constructor_bbcd3197957053f6 = function() {
const ret = new Object();
return addHeapObject(ret);
};
imports.wbg.__wbg_readfile_83a69302883fb0c0 = function() { return handleError(function (arg0, arg1, arg2) {
imports.wbg.__wbg_readfile_365023973752433c = 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