email_data 1755995523.0.0 → 1757205083.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 +64 -0
- data/data/disposable_domains_with_mx.txt +1276 -825
- data/data/disposable_domains_without_mx.txt +119894 -120281
- data/data/slds.txt +4 -2
- data/data/tlds.txt +0 -1
- data/lib/email_data/version.rb +1 -1
- data/package.json +1 -1
- metadata +5 -5
data/data/slds.txt
CHANGED
@@ -214,6 +214,7 @@ ap.gov.br
|
|
214
214
|
ap.gov.pl
|
215
215
|
ap.it
|
216
216
|
aparecida.br
|
217
|
+
api.br
|
217
218
|
app.br
|
218
219
|
aq.it
|
219
220
|
aquila.it
|
@@ -1815,6 +1816,7 @@ i.bg
|
|
1815
1816
|
i.ng
|
1816
1817
|
i.ph
|
1817
1818
|
i.se
|
1819
|
+
ia.br
|
1818
1820
|
ia.us
|
1819
1821
|
ibara.okayama.jp
|
1820
1822
|
ibaraki.ibaraki.jp
|
@@ -2553,7 +2555,6 @@ lib.me.us
|
|
2553
2555
|
lib.mi.us
|
2554
2556
|
lib.mn.us
|
2555
2557
|
lib.mo.us
|
2556
|
-
lib.ms.us
|
2557
2558
|
lib.mt.us
|
2558
2559
|
lib.nc.us
|
2559
2560
|
lib.nd.us
|
@@ -4157,7 +4158,6 @@ sch.zm
|
|
4157
4158
|
school.ge
|
4158
4159
|
school.nz
|
4159
4160
|
school.za
|
4160
|
-
schools.nsw.edu.au
|
4161
4161
|
sci.eg
|
4162
4162
|
scientist.aero
|
4163
4163
|
sd.cn
|
@@ -4343,6 +4343,7 @@ so.it
|
|
4343
4343
|
sobetsu.hokkaido.jp
|
4344
4344
|
soc.dz
|
4345
4345
|
soc.lk
|
4346
|
+
social.br
|
4346
4347
|
soctrang.vn
|
4347
4348
|
sodegaura.chiba.jp
|
4348
4349
|
soeda.fukuoka.jp
|
@@ -5333,6 +5334,7 @@ xn--ystre-slidre-ujb.no
|
|
5333
5334
|
xn--zbx025d.jp
|
5334
5335
|
xn--zf0avx.hk
|
5335
5336
|
xxx.ec
|
5337
|
+
xyz.br
|
5336
5338
|
xz.cn
|
5337
5339
|
y.bg
|
5338
5340
|
y.se
|
data/data/tlds.txt
CHANGED
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": "1757205083.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: 1757205083.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: 2025-
|
11
|
+
date: 2025-09-07 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/v1757205083.0.0
|
252
|
+
documentation_uri: https://github.com/fnando/email_data/tree/v1757205083.0.0/README.md
|
253
|
+
license_uri: https://github.com/fnando/email_data/tree/v1757205083.0.0/LICENSE.md
|
254
254
|
rubygems_mfa_required: 'true'
|
255
255
|
post_install_message:
|
256
256
|
rdoc_options: []
|