deep-email-validator
deep-email-validator copied to clipboard
Validates regex, typos, disposable, dns and smtp
As per https://github.com/mailcheck/mailcheck/issues/187 - mailcheck is not maintained, pulls a lot of unnecessary stuff in and has couple of bugs. It should be replaced with `email-spell-checker` as it's better and...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...
Snyk has created this PR to upgrade disposable-email-domains from 1.0.59 to 1.0.62. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...
Snyk has created this PR to upgrade @types/disposable-email-domains from 1.0.1 to 1.0.3. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...
Snyk has created this PR to upgrade axios from 0.24.0 to 0.27.2. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...
The library when used long term leads to a blacklist by https://check.spamhaus.org specifically for Outlook emails. Replication Steps: - Enter any outlook business email - Library tries to connect with...
Valid emails marked as invalid some time e.g on `[email protected]` I am getting ``` "result": { "valid": false, "validators": { "regex": { "valid": true }, "typo": { "valid": false, "reason":...
i see it's hardcoded 10 seconds for smtp timeout https://github.com/mfbx9da4/deep-email-validator/blob/master/src/smtp/smtp.ts#L12 and port is always 25 https://github.com/mfbx9da4/deep-email-validator/blob/master/src/smtp/smtp.ts#L16
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 4.1.0 to 4.1.1. Commits 64735d2 v4.1.1 75a657d Fix potential ReDoS (#37) See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...