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

@aduh95/viz.js

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aduh95/viz.js - npm Package Compare versions

Comparing version 3.0.0-beta.0 to 3.0.0-beta.1

2

package.json
{
"name": "@aduh95/viz.js",
"version": "3.0.0-beta.0",
"version": "3.0.0-beta.1",
"description": "A hack to put Graphviz on the web.",

@@ -5,0 +5,0 @@ "main": "./src/index.mjs",

@@ -5,3 +5,5 @@ const WASM_MODULE_ENTRY = "./render.js";

// On webworker
importScripts(WASM_MODULE_ENTRY);
const { href } = self.location;
const scriptDirectory = href.substr(0, href.lastIndexOf("/") + 1);
importScripts(scriptDirectory + WASM_MODULE_ENTRY);
addEventListener("message", onmessage);

@@ -8,0 +10,0 @@ } else if ("function" === typeof require) {

Sorry, the diff of this file is too big to display

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