Comparing version 0.4.7 to 0.4.8
{ | ||
"name": "abl-utils", | ||
"title": "ABL - utils", | ||
"version": "0.4.7", | ||
"version": "0.4.8", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "description": "description", |
@@ -24,3 +24,3 @@ "use strict"; | ||
case isType(date, "Date"): | ||
return moment(date).toDate(); | ||
return moment(date); | ||
case isType(date, "String"): | ||
@@ -31,4 +31,4 @@ return moment.tz(date, ISO_8601, "UTC"); | ||
default: | ||
return moment(0 / 0).toDate(); | ||
return moment(0 / 0); | ||
} | ||
} |
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
18361