Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "fsjjv", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "JJV extended to firestore useage", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -37,3 +37,3 @@ const jjv = require("jjv") | ||
// Add date type | ||
env.addType("Date", (v) => ((v || {}).constructor === Date)) | ||
env.addType("Date", (v) => (v instanceof Date && !isNaN(v)) | ||
@@ -40,0 +40,0 @@ // Convert string date to date |
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
4173