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
4
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 2.0.2 to 2.1.0

1

compiled/src/index.d.ts

@@ -10,1 +10,2 @@ export * from "./graph/workflow";

export * from "./plugins/deletion/deletion";
export * from "./utils/svg-dumper";

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

__export(require("./plugins/deletion/deletion"));
__export(require("./utils/svg-dumper"));
//# sourceMappingURL=index.js.map

2

package.json

@@ -12,3 +12,3 @@ {

"description": "A library for generating an interactive SVG visualization of CWL workflows",
"version": "2.0.2",
"version": "2.1.0",
"scripts": {

@@ -15,0 +15,0 @@ "build": "rm -rf compiled && npx tsc",

@@ -10,1 +10,2 @@ export * from "./graph/workflow";

export * from "./plugins/deletion/deletion";
export * from "./utils/svg-dumper";

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