async-validator
Advanced tools
Comparing version 1.6.5 to 1.6.6
@@ -126,3 +126,3 @@ 'use strict'; | ||
function next(errors) { | ||
if (errors.length) { | ||
if (errors && errors.length) { | ||
callback(errors); | ||
@@ -129,0 +129,0 @@ return; |
{ | ||
"name": "async-validator", | ||
"version": "1.6.5", | ||
"version": "1.6.6", | ||
"description": "validate form asynchronous", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
57175