email_data 1755995523.0.0 → 1756600306.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 +36 -0
- data/data/disposable_domains_with_mx.txt +967 -416
- data/data/disposable_domains_without_mx.txt +117536 -118051
- data/data/slds.txt +4 -1
- 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
|
@@ -4157,7 +4159,6 @@ sch.zm
|
|
4157
4159
|
school.ge
|
4158
4160
|
school.nz
|
4159
4161
|
school.za
|
4160
|
-
schools.nsw.edu.au
|
4161
4162
|
sci.eg
|
4162
4163
|
scientist.aero
|
4163
4164
|
sd.cn
|
@@ -4343,6 +4344,7 @@ so.it
|
|
4343
4344
|
sobetsu.hokkaido.jp
|
4344
4345
|
soc.dz
|
4345
4346
|
soc.lk
|
4347
|
+
social.br
|
4346
4348
|
soctrang.vn
|
4347
4349
|
sodegaura.chiba.jp
|
4348
4350
|
soeda.fukuoka.jp
|
@@ -5333,6 +5335,7 @@ xn--ystre-slidre-ujb.no
|
|
5333
5335
|
xn--zbx025d.jp
|
5334
5336
|
xn--zf0avx.hk
|
5335
5337
|
xxx.ec
|
5338
|
+
xyz.br
|
5336
5339
|
xz.cn
|
5337
5340
|
y.bg
|
5338
5341
|
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": "1756600306.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: 1756600306.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-08-
|
11
|
+
date: 2025-08-31 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/v1756600306.0.0
|
252
|
+
documentation_uri: https://github.com/fnando/email_data/tree/v1756600306.0.0/README.md
|
253
|
+
license_uri: https://github.com/fnando/email_data/tree/v1756600306.0.0/LICENSE.md
|
254
254
|
rubygems_mfa_required: 'true'
|
255
255
|
post_install_message:
|
256
256
|
rdoc_options: []
|