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.29 to 0.0.30

2

demo.js

@@ -7,3 +7,2 @@ "use strict";

// import * as loaded from "/Users/ivanbatic/Documents/CWL/Whole Genome Analysis - BWA + GATK 2.3.9-Lite (with Metrics).json";
// import * as loaded from "../cwl-samples/bcbio.json";
var loaded = require("../cwl-samples/rna-seq-alignment.json");

@@ -13,3 +12,2 @@ var wf = models_1.WorkflowFactory.from(loaded);

var workflow = new workflow_1.Workflow(new Snap("#svg"), wf);
window["wf"] = workflow;
//# sourceMappingURL=demo.js.map

1

graph/workflow.d.ts

@@ -50,2 +50,3 @@ /// <reference types="snapsvg" />

private activateSelection(el);
destroy(): void;
}

@@ -798,2 +798,6 @@ "use strict";

};
Workflow.prototype.destroy = function () {
this.clearCanvas();
this.eventHub.empty();
};
return Workflow;

@@ -800,0 +804,0 @@ }());

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

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

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

Sorry, the diff of this file is not supported yet

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