Comparing version 0.2.3 to 0.2.4
@@ -57,3 +57,3 @@ (function () { | ||
for (field in results) { | ||
if (results[field] === null) { | ||
if (results[field] === null || results[field] === undefined) { | ||
delete (results[field]); | ||
@@ -60,0 +60,0 @@ } else { |
{ | ||
"name" : "form", | ||
"version" : "0.2.3", | ||
"version" : "0.2.4", | ||
"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
4133