anchor-validation
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -29,2 +29,6 @@ "use strict"; | ||
return value && !emailRegex.test(value) ? error : undefined; | ||
}; | ||
var isEqual = exports.isEqual = function isEqual(value, comparison, error) { | ||
return value && comparison && value !== comparison ? error : undefined; | ||
}; |
{ | ||
"name": "anchor-validation", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "anchor-validation for anchor-ui kit", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
3447
26