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 1.1.3 to 1.1.4

compiled/index.d.ts

10

package.json

@@ -7,7 +7,10 @@ {

},
"main": "compiled/index.js",
"types": "compiled/index.d.ts",
"license": "Apache-2.0",
"author": "Ivan Batic <ivan.batic@live.com> (http://github.com/ivanbatic)",
"description": "A library for generating an interactive SVG visualization of CWL workflows",
"version": "1.1.3",
"version": "1.1.4",
"scripts": {
"build": "rm -rf compiled && npx tsc",
"webpack:watch": "node_modules/.bin/webpack --watch",

@@ -19,3 +22,4 @@ "webdriver:update": "./node_modules/.bin/webdriver-manager update",

"test": "npx protractor protractor.config.js",
"start": "npx webpack-dev-server --no-watch"
"start": "npx webpack-dev-server --no-watch",
"prepare": "npm run build"
},

@@ -26,3 +30,3 @@ "dependencies": {

"peerDependencies": {
"cwlts": "^1.13.40"
"cwlts": "^1.15.17"
},

@@ -29,0 +33,0 @@ "devDependencies": {

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