timetable-fns
Advanced tools
Comparing version 0.1.8 to 0.1.9
@@ -13,3 +13,5 @@ var moment = require('moment-timezone') | ||
} | ||
var [ y, m, d ] = arr | ||
var y = arr[0] | ||
var m = arr[1] | ||
var d = arr[2] | ||
m = (m + 9) % 12 | ||
@@ -16,0 +18,0 @@ y = y - Math.floor(m / 10) |
{ | ||
"name": "timetable-fns", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "Useful date and time utility functions for working with timetables.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
3479
104
0