Comparing version 0.9.8 to 0.9.9
@@ -70,4 +70,4 @@ /** | ||
'decimal' : validator.isDecimal, | ||
'float' : validator.isDecimal, | ||
'decimal' : validator.isFloat, | ||
'float' : validator.isFloat, | ||
@@ -74,0 +74,0 @@ 'falsey' : function (x) { return !x; }, |
{ | ||
"name": "anchor", | ||
"version": "0.9.8", | ||
"version": "0.9.9", | ||
"description": "Recursive validation library with support for objects and lists", | ||
@@ -5,0 +5,0 @@ "homepage": "http://sailsjs.org", |
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
26374