jsgantt-improved
Advanced tools
Comparing version 2.5.10 to 2.5.11
@@ -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) |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 2 instances in 1 package
112997
2
4807054
72