@immomio/api-library
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -8,3 +8,3 @@ "use strict"; | ||
return match ? | ||
new Date(Date.UTC(+match[1], +match[2] - 1, +match[3], +match[6] || 0, +match[7] || 0, +match[9] || 0, (parseInt(match[10], 10) * 1000) || 0)) | ||
new Date(Date.UTC(+match[1], +match[2] - 1, +match[3] || 0, +match[4] + parseInt(match[8], 10) || 0, +match[5] || 0, +match[6] || 0, parseInt(match[7], 10) || 0)) | ||
: null; | ||
@@ -11,0 +11,0 @@ }; |
{ | ||
"name": "@immomio/api-library", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "Immomio library to access the immomio-API", | ||
@@ -5,0 +5,0 @@ "engineStrict": true, |
@@ -9,3 +9,3 @@ | ||
// tslint:disable-next-line | ||
new Date(Date.UTC(+match[1], +match[2] - 1, +match[3], +match[6] || 0, +match[7] || 0, +match[9] || 0, (parseInt(match[10], 10) * 1000) || 0)) | ||
new Date(Date.UTC(+match[1], +match[2] - 1, +match[3] || 0, +match[4] + parseInt(match[8], 10) || 0, +match[5] || 0, +match[6] || 0, parseInt(match[7], 10) || 0)) | ||
: null | ||
@@ -12,0 +12,0 @@ } |
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
44929