email_data 1762043488.0.0 → 1763253109.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 +118 -0
- data/data/disposable_domains_with_mx.txt +1550 -732
- data/data/disposable_domains_without_mx.txt +124622 -125322
- data/data/slds.txt +4 -3
- data/lib/email_data/version.rb +1 -1
- data/package.json +1 -1
- metadata +5 -5
data/data/slds.txt
CHANGED
|
@@ -351,6 +351,7 @@ balsfjord.no
|
|
|
351
351
|
bamble.no
|
|
352
352
|
bandai.fukushima.jp
|
|
353
353
|
bando.ibaraki.jp
|
|
354
|
+
bank.in
|
|
354
355
|
bar.ec
|
|
355
356
|
bar.pro
|
|
356
357
|
bardu.no
|
|
@@ -434,7 +435,6 @@ biz.vn
|
|
|
434
435
|
biz.zm
|
|
435
436
|
bizen.okayama.jp
|
|
436
437
|
bj.cn
|
|
437
|
-
bjarkoy.no
|
|
438
438
|
bjerkreim.no
|
|
439
439
|
bjugn.no
|
|
440
440
|
bl.it
|
|
@@ -1014,6 +1014,7 @@ edu.ee
|
|
|
1014
1014
|
edu.eg
|
|
1015
1015
|
edu.es
|
|
1016
1016
|
edu.et
|
|
1017
|
+
edu.fj
|
|
1017
1018
|
edu.fm
|
|
1018
1019
|
edu.gd
|
|
1019
1020
|
edu.ge
|
|
@@ -1198,6 +1199,7 @@ fi.it
|
|
|
1198
1199
|
fie.ee
|
|
1199
1200
|
film.hu
|
|
1200
1201
|
fin.ec
|
|
1202
|
+
fin.in
|
|
1201
1203
|
fin.tn
|
|
1202
1204
|
finnoy.no
|
|
1203
1205
|
firenze.it
|
|
@@ -1846,6 +1848,7 @@ ichinoseki.iwate.jp
|
|
|
1846
1848
|
id.au
|
|
1847
1849
|
id.bd
|
|
1848
1850
|
id.cv
|
|
1851
|
+
id.fj
|
|
1849
1852
|
id.ir
|
|
1850
1853
|
id.lv
|
|
1851
1854
|
id.ly
|
|
@@ -2966,7 +2969,6 @@ moseushi.hokkaido.jp
|
|
|
2966
2969
|
mosjoen.no
|
|
2967
2970
|
moskenes.no
|
|
2968
2971
|
moss.no
|
|
2969
|
-
mosvik.no
|
|
2970
2972
|
motegi.tochigi.jp
|
|
2971
2973
|
motobu.okinawa.jp
|
|
2972
2974
|
motosu.gifu.jp
|
|
@@ -5108,7 +5110,6 @@ xn--bhcavuotna-s4a.no
|
|
|
5108
5110
|
xn--bhccavuotna-k7a.no
|
|
5109
5111
|
xn--bidr-5nac.no
|
|
5110
5112
|
xn--bievt-0qa.no
|
|
5111
|
-
xn--bjarky-fya.no
|
|
5112
5113
|
xn--bjddar-pta.no
|
|
5113
5114
|
xn--blt-elab.no
|
|
5114
5115
|
xn--bmlo-gra.no
|
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": "1763253109.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: 1763253109.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-
|
|
11
|
+
date: 2025-11-16 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/v1763253109.0.0
|
|
252
|
+
documentation_uri: https://github.com/fnando/email_data/tree/v1763253109.0.0/README.md
|
|
253
|
+
license_uri: https://github.com/fnando/email_data/tree/v1763253109.0.0/LICENSE.md
|
|
254
254
|
rubygems_mfa_required: 'true'
|
|
255
255
|
post_install_message:
|
|
256
256
|
rdoc_options: []
|