@altiore/form
Advanced tools
Comparing version 4.5.2 to 4.5.3
@@ -77,3 +77,3 @@ "use strict"; | ||
var value = parseDefault(v); | ||
return typeof value === 'string' ? new Date(value).getTime() : value; | ||
return typeof value === 'string' ? new Date(value).getTime() / 1000 : value; | ||
}; | ||
@@ -80,0 +80,0 @@ var toArray = function (value) { |
{ | ||
"name": "@altiore/form", | ||
"version": "4.5.2", | ||
"version": "4.5.3", | ||
"description": "Form helper for building powerful forms", | ||
@@ -5,0 +5,0 @@ "main": "dist/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
147443