@noir-lang/noir_wasm
Advanced tools
Comparing version 0.10.0-17b9181c to 0.10.0-46a522c
let imports = {}; | ||
imports['__wbindgen_placeholder__'] = module.exports; | ||
let wasm; | ||
const { read_file } = require(String.raw`./snippets/fm-cffb18dcbd478425/file_reader.js`); | ||
const { read_file } = require(`@noir-lang/noir-source-resolver`); | ||
const { TextDecoder, TextEncoder } = require(`util`); | ||
@@ -191,3 +191,3 @@ | ||
module.exports.__wbg_readfile_a255adfa6d841e23 = function() { return handleError(function (arg0, arg1, arg2) { | ||
module.exports.__wbg_readfile_160f965573651611 = function() { return handleError(function (arg0, arg1, arg2) { | ||
const ret = read_file(getStringFromWasm0(arg1, arg2)); | ||
@@ -194,0 +194,0 @@ const ptr0 = passStringToWasm0(ret, wasm.__wbindgen_export_0, wasm.__wbindgen_export_1); |
{ | ||
"name": "@noir-lang/noir_wasm", | ||
"version": "0.10.0-17b9181c", | ||
"version": "0.10.0-46a522c", | ||
"files": [ | ||
@@ -5,0 +5,0 @@ "nodejs", |
@@ -1,2 +0,2 @@ | ||
import { read_file } from './snippets/fm-cffb18dcbd478425/file_reader.js'; | ||
import { read_file } from '@noir-lang/noir-source-resolver'; | ||
@@ -220,3 +220,3 @@ let wasm; | ||
}; | ||
imports.wbg.__wbg_readfile_a255adfa6d841e23 = function() { return handleError(function (arg0, arg1, arg2) { | ||
imports.wbg.__wbg_readfile_160f965573651611 = function() { return handleError(function (arg0, arg1, arg2) { | ||
const ret = read_file(getStringFromWasm0(arg1, arg2)); | ||
@@ -223,0 +223,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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
5968485
1
4
4
3
10
525