Comparing version 0.2.2 to 0.2.3
@@ -64,3 +64,3 @@ (function () { | ||
if (hasErrors) { | ||
callback(results, undefined); | ||
callback(results, data); | ||
} else { | ||
@@ -67,0 +67,0 @@ callback(undefined, data); |
{ | ||
"name" : "form", | ||
"version" : "0.2.2", | ||
"version" : "0.2.3", | ||
"description" : "Form processor for filter and validation form data", | ||
@@ -5,0 +5,0 @@ "keywords": ["form"], |
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
4101