New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cwl-svg

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cwl-svg - npm Package Compare versions

Comparing version 0.0.15 to 0.0.16

5

graph/workflow.js

@@ -96,3 +96,3 @@ "use strict";

console.time("Ordering");
document.querySelectorAll(".node").forEach(function (e) {
this.workflow.querySelectorAll(".node").forEach(function (e) {
_this.workflow.appendChild(e);

@@ -566,5 +566,2 @@ });

var parentNode = el;
if (el.classList.contains(parentClass)) {
debugger;
}
while (parentNode) {

@@ -571,0 +568,0 @@ if (parentNode.classList.contains(parentClass)) {

2

package.json

@@ -10,3 +10,3 @@ {

"description": "A library for generating an interactive SVG visualization of CWL workflows",
"version": "0.0.15",
"version": "0.0.16",
"dependencies": {

@@ -13,0 +13,0 @@ "core-js": "^2.4.1",

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