Comparing version 0.10.1 to 0.10.2
@@ -57,3 +57,3 @@ /** | ||
'email' : validator.isEmail, | ||
'url' : validator.isURL, | ||
'url' : function(x, opt) { return validator.isURL(x, opt === true ? undefined : opt); }, | ||
'urlish' : /^\s([^\/]+\.)+.+\s*$/g, | ||
@@ -60,0 +60,0 @@ 'ip' : validator.isIP, |
{ | ||
"name": "anchor", | ||
"version": "0.10.1", | ||
"version": "0.10.2", | ||
"description": "Recursive validation library with support for objects and lists", | ||
@@ -34,3 +34,3 @@ "homepage": "http://sailsjs.org", | ||
"dependencies": { | ||
"validator": "~3.16.0", | ||
"validator": "~3.22.0", | ||
"lodash": "~2.4.1" | ||
@@ -37,0 +37,0 @@ }, |
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
30513
+ Addedvalidator@3.22.2(transitive)
- Removedvalidator@3.16.1(transitive)
Updatedvalidator@~3.22.0