email-misspelled
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "email-misspelled", | ||
"description": "A autocorrect misspelled email domain", | ||
"description": "Check misspell email domain and return a matching domain suggestion", | ||
"main": "lib/index.js", | ||
@@ -66,3 +66,3 @@ "scripts": { | ||
}, | ||
"version": "1.0.2" | ||
"version": "1.0.3" | ||
} |
@@ -9,3 +9,3 @@ # email-misspelled | ||
> check possible misspelled in email value and return a matching domain string | ||
> Check misspell email domain and return a matching domain suggestion | ||
@@ -12,0 +12,0 @@ String comparison is based on [this](https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/string/levenshtein-distance) |
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
10397