Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "addcal", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Open-source web application utility for adding calendar events via certain platform API's (Google, etc.)", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -11,3 +11,3 @@ /** | ||
let endDate = eventParams.start; | ||
let endDate = new Date(eventParams.start.getTime()); | ||
endDate.setHours(endDate.getHours() + durHours); | ||
@@ -14,0 +14,0 @@ endDate.setMinutes(endDate.getMinutes() + durMinutes); |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
198450
15
1