iso-datestring-validator
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -27,3 +27,3 @@ { | ||
"license": "MIT", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"keywords": [ | ||
@@ -30,0 +30,0 @@ "date", |
@@ -26,3 +26,3 @@ # iso-8601-date-string-validator | ||
``` | ||
const isIsoDatestring = require("iso-8601-date-string-validator"); | ||
const isIsoDatestring = require("iso-datestring-validator"); | ||
@@ -29,0 +29,0 @@ isIsoDatestring('2019-01-01'); |
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
3457