@smallwins/validate
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -24,2 +24,1 @@ module.exports = function DateRange(v) { | ||
} | ||
@@ -5,3 +5,1 @@ module.exports = function Email(v) { | ||
} | ||
@@ -1,2 +0,1 @@ | ||
module.exports = function ISO(v) { | ||
@@ -6,2 +5,1 @@ var exp = new RegExp(/(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d\.\d+([+-][0-2]\d:[0-5]\d|Z))|(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d([+-][0-2]\d:[0-5]\d|Z))|(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d([+-][0-2]\d:[0-5]\d|Z))/) | ||
} | ||
{ | ||
"name": "@smallwins/validate", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"main": "index", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
15772