@visulima/email-verifier 1.0.7 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## @visulima/email-verifier [1.0.9](https://github.com/visulima/visulima/compare/@visulima/email-verifier@1.0.8...@visulima/email-verifier@1.0.9) (2026-09-06)
|
|
2
|
+
|
|
3
|
+
## @visulima/email-verifier [1.0.8](https://github.com/visulima/visulima/compare/@visulima/email-verifier@1.0.7...@visulima/email-verifier@1.0.8) (2026-09-03)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* **@visulima/disposable-email-domains:** upgraded to 1.1.1
|
|
9
|
+
|
|
1
10
|
## @visulima/email-verifier [1.0.7](https://github.com/visulima/visulima/compare/@visulima/email-verifier@1.0.6...@visulima/email-verifier@1.0.7) (2026-08-19)
|
|
2
11
|
|
|
3
12
|
## @visulima/email-verifier [1.0.6](https://github.com/visulima/visulima/compare/%40visulima%2Femail-verifier%401.0.5...%40visulima%2Femail-verifier%401.0.6) (2026-08-19)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/email-verifier",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
4
4
|
"description": "Mailer-free email address verification and enrichment: syntax, MX/SMTP probing, disposable/free/role detection, catch-all, provider & secure-email-gateway classification, typo suggestions, and a 0–100 quality score.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"accept-all",
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"provenance": true
|
|
115
115
|
},
|
|
116
116
|
"dependencies": {
|
|
117
|
-
"@visulima/disposable-email-domains": "1.1.
|
|
117
|
+
"@visulima/disposable-email-domains": "1.1.1",
|
|
118
118
|
"@visulima/email-provider-mx": "1.0.1",
|
|
119
119
|
"@visulima/free-email-domains": "1.0.1",
|
|
120
120
|
"lru-cache": "11.5.2"
|