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

jsgantt-improved

Package Overview
Dependencies
Maintainers
1
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsgantt-improved - npm Package Compare versions

Comparing version 1.8.5 to 1.8.6

demo/jsgantt.css

6

package.json
{
"name": "jsgantt-improved",
"version": "1.8.5",
"version": "1.8.6",
"description": "jsgantt-improved",

@@ -13,4 +13,4 @@ "main": "dist/index.js",

"browserify": "browserify dist/index.js --standalone JSGantt > jsgantt.js",
"dist": "npm run build && npm run browserify",
"publish-npm": "npm run dist && cp jsgantt.js dist/ && npm publish",
"dist": "npm run build && npm run browserify && cp src/jsgantt.css dist/ && cp jsgantt.js dist/",
"publish-npm": "npm run dist && npm publish",
"demo": "cp jsgantt.js demo/ && cp src/jsgantt.css demo/ && cd demo && http-server",

@@ -17,0 +17,0 @@ "demo-full": "npm run dist && npm run demo",

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