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.10.0-17b9181c to 0.10.0-46a522c

README.md

4

nodejs/noir_wasm.js
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

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