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 2.5.10 to 2.5.11

4

dist/src/utils/date_utils.js

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

vDate.setTime(pList[i].getStart().getTime());
if (pList[i].getPlanStart().getTime() < vDate.getTime())
vDate.setTime(pList[i].getPlanStart().getTime());
}

@@ -64,2 +66,4 @@ // Adjust min date to specific format boundaries (first of week or first of month)

vDate.setTime(pList[i].getEnd().getTime());
if (pList[i].getPlanEnd().getTime() > vDate.getTime())
vDate.setTime(pList[i].getPlanEnd().getTime());
}

@@ -66,0 +70,0 @@ // Adjust max date to specific format boundaries (end of week or end of month)

5

package.json
{
"name": "jsgantt-improved",
"version": "2.5.10",
"version": "2.5.11",
"description": "jsgantt-improved",

@@ -14,2 +14,3 @@ "main": "dist/index.js",

"test-unit": "mocha -r ts-node/register test/**.ts",
"webdriver": "./node_modules/protractor/bin/webdriver-manager update",
"browserify": "browserify dist/index.js --standalone JSGantt > dist/jsgantt.js",

@@ -48,2 +49,2 @@ "dist": "npm run build && npm run browserify && cp src/jsgantt.css dist/ && echo 'DIST finished'",

}
}
}

Sorry, the diff of this file is too big to display

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