email-inspector
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "email-inspector", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A Node.js module for email address analysis and validation.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -34,11 +34,2 @@ # Email Inspector | ||
## Using IANA List of Registered TLDs | ||
Email Inspector relies on the IANA (Internet Assigned Numbers Authority) list of registered Top-Level Domains (TLDs) to validate email addresses. This list is regularly updated and maintained to include all officially recognized TLDs on the internet. | ||
By leveraging the IANA list, Email Inspector ensures that email addresses are validated against the most up-to-date and comprehensive collection of TLDs. This helps you maintain accurate email validation and ensures that your application remains in compliance with internet standards. | ||
To learn more about the IANA list of registered TLDs, visit [IANA's official website](https://www.iana.org/domains/root/db). | ||
## Options | ||
@@ -45,0 +36,0 @@ |
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
343752
75