furkot-driving-log
Advanced tools
Comparing version 0.1.0 to 1.0.0
@@ -36,7 +36,7 @@ var durations = [ 60 * 60, 60 ]; | ||
function date(d) { | ||
return [d.getFullYear(), d.getMonth() + 1, d.getDate()].map(pad).join('-'); | ||
return [d.getUTCFullYear(), d.getUTCMonth() + 1, d.getUTCDate()].map(pad).join('-'); | ||
} | ||
function time(d) { | ||
return [d.getHours(), d.getMinutes()].map(pad).join(':'); | ||
return [d.getUTCHours(), d.getUTCMinutes()].map(pad).join(':'); | ||
} | ||
@@ -43,0 +43,0 @@ |
{ | ||
"name": "furkot-driving-log", | ||
"version": "0.1.0", | ||
"version": "1.0.0", | ||
"description": "Generate CSV driving log from Furkot trip data.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://trips.furkot.com", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a 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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
5889
11
0
1