email_data 1762648318.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 +68 -0
- data/data/disposable_domains_with_mx.txt +589 -426
- data/data/disposable_domains_without_mx.txt +122044 -122139
- data/data/slds.txt +2 -3
- data/lib/email_data/version.rb +1 -1
- data/package.json +1 -1
- metadata +5 -5
data/data/slds.txt
CHANGED
|
@@ -435,7 +435,6 @@ biz.vn
|
|
|
435
435
|
biz.zm
|
|
436
436
|
bizen.okayama.jp
|
|
437
437
|
bj.cn
|
|
438
|
-
bjarkoy.no
|
|
439
438
|
bjerkreim.no
|
|
440
439
|
bjugn.no
|
|
441
440
|
bl.it
|
|
@@ -1015,6 +1014,7 @@ edu.ee
|
|
|
1015
1014
|
edu.eg
|
|
1016
1015
|
edu.es
|
|
1017
1016
|
edu.et
|
|
1017
|
+
edu.fj
|
|
1018
1018
|
edu.fm
|
|
1019
1019
|
edu.gd
|
|
1020
1020
|
edu.ge
|
|
@@ -1848,6 +1848,7 @@ ichinoseki.iwate.jp
|
|
|
1848
1848
|
id.au
|
|
1849
1849
|
id.bd
|
|
1850
1850
|
id.cv
|
|
1851
|
+
id.fj
|
|
1851
1852
|
id.ir
|
|
1852
1853
|
id.lv
|
|
1853
1854
|
id.ly
|
|
@@ -2968,7 +2969,6 @@ moseushi.hokkaido.jp
|
|
|
2968
2969
|
mosjoen.no
|
|
2969
2970
|
moskenes.no
|
|
2970
2971
|
moss.no
|
|
2971
|
-
mosvik.no
|
|
2972
2972
|
motegi.tochigi.jp
|
|
2973
2973
|
motobu.okinawa.jp
|
|
2974
2974
|
motosu.gifu.jp
|
|
@@ -5110,7 +5110,6 @@ xn--bhcavuotna-s4a.no
|
|
|
5110
5110
|
xn--bhccavuotna-k7a.no
|
|
5111
5111
|
xn--bidr-5nac.no
|
|
5112
5112
|
xn--bievt-0qa.no
|
|
5113
|
-
xn--bjarky-fya.no
|
|
5114
5113
|
xn--bjddar-pta.no
|
|
5115
5114
|
xn--blt-elab.no
|
|
5116
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: []
|