idea-toolbox
Advanced tools
Comparing version 0.10.0 to 0.10.1
@@ -490,3 +490,3 @@ 'use strict'; | ||
let d = new Date(field); | ||
return !(d instanceof Date) || isNaN(field); | ||
return Object.prototype.toString.call(d) !== '[object Date]' | ||
} else if(field instanceof Array) return field.length <= 0; | ||
@@ -493,0 +493,0 @@ else return true; |
{ | ||
"name": "idea-toolbox", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"description": "IDEA's utility functions", | ||
@@ -5,0 +5,0 @@ "engines": { |
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
22780