email_data 1766882027.0.0 → 1768091577.0.0
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.
- checksums.yaml +4 -4
- data/data/disposable_domains.txt +139 -0
- data/data/disposable_domains_with_mx.txt +1239 -834
- data/data/disposable_domains_without_mx.txt +123679 -123945
- data/data/slds.txt +0 -4
- data/lib/email_data/version.rb +1 -1
- data/package.json +1 -1
- metadata +5 -5
data/data/slds.txt
CHANGED
|
@@ -1700,8 +1700,6 @@ hemne.no
|
|
|
1700
1700
|
hemnes.no
|
|
1701
1701
|
hemsedal.no
|
|
1702
1702
|
herad.no
|
|
1703
|
-
hercules-app.com
|
|
1704
|
-
hercules-dev.com
|
|
1705
1703
|
heroy.more-og-romsdal.no
|
|
1706
1704
|
heroy.nordland.no
|
|
1707
1705
|
hi.cn
|
|
@@ -3531,7 +3529,6 @@ on.ca
|
|
|
3531
3529
|
onagawa.miyagi.jp
|
|
3532
3530
|
ong.br
|
|
3533
3531
|
onga.fukuoka.jp
|
|
3534
|
-
onhercules.app
|
|
3535
3532
|
onjuku.chiba.jp
|
|
3536
3533
|
onna.okinawa.jp
|
|
3537
3534
|
ono.fukui.jp
|
|
@@ -3816,7 +3813,6 @@ per.jo
|
|
|
3816
3813
|
per.la
|
|
3817
3814
|
per.nf
|
|
3818
3815
|
perso.ht
|
|
3819
|
-
perso.sn
|
|
3820
3816
|
perso.tn
|
|
3821
3817
|
perugia.it
|
|
3822
3818
|
pesaro-urbino.it
|
data/lib/email_data/version.rb
CHANGED
data/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fnando/email_data",
|
|
3
3
|
"description": "This project is a compilation of datasets related to emails. Includes disposable emails, disposable domains, and free email services.",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "1768091577.0.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: email_data
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 1768091577.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nando Vieira
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-01-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activerecord
|
|
@@ -248,9 +248,9 @@ licenses:
|
|
|
248
248
|
metadata:
|
|
249
249
|
homepage_uri: https://github.com/fnando/email_data
|
|
250
250
|
bug_tracker_uri: https://github.com/fnando/email_data/issues
|
|
251
|
-
source_code_uri: https://github.com/fnando/email_data/tree/
|
|
252
|
-
documentation_uri: https://github.com/fnando/email_data/tree/
|
|
253
|
-
license_uri: https://github.com/fnando/email_data/tree/
|
|
251
|
+
source_code_uri: https://github.com/fnando/email_data/tree/v1768091577.0.0
|
|
252
|
+
documentation_uri: https://github.com/fnando/email_data/tree/v1768091577.0.0/README.md
|
|
253
|
+
license_uri: https://github.com/fnando/email_data/tree/v1768091577.0.0/LICENSE.md
|
|
254
254
|
rubygems_mfa_required: 'true'
|
|
255
255
|
post_install_message:
|
|
256
256
|
rdoc_options: []
|