email_data 1685838438.0.0 → 1686443234.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/data/disposable_domains.txt +112 -0
- data/data/disposable_domains_with_mx.txt +582 -815
- data/data/disposable_domains_without_mx.txt +108399 -108054
- data/data/tlds.txt +0 -5
- data/lib/email_data/version.rb +1 -1
- data/package.json +1 -1
- metadata +5 -5
data/data/tlds.txt
CHANGED
@@ -1,6 +1,5 @@
|
|
1
1
|
aaa
|
2
2
|
aarp
|
3
|
-
abarth
|
4
3
|
abb
|
5
4
|
abbott
|
6
5
|
abbvie
|
@@ -35,7 +34,6 @@ airforce
|
|
35
34
|
airtel
|
36
35
|
akdn
|
37
36
|
al
|
38
|
-
alfaromeo
|
39
37
|
alibaba
|
40
38
|
alipay
|
41
39
|
allfinanz
|
@@ -409,7 +407,6 @@ feedback
|
|
409
407
|
ferrari
|
410
408
|
ferrero
|
411
409
|
fi
|
412
|
-
fiat
|
413
410
|
fidelity
|
414
411
|
fido
|
415
412
|
film
|
@@ -676,7 +673,6 @@ lacaixa
|
|
676
673
|
lamborghini
|
677
674
|
lamer
|
678
675
|
lancaster
|
679
|
-
lancia
|
680
676
|
land
|
681
677
|
landrover
|
682
678
|
lanxess
|
@@ -750,7 +746,6 @@ marketing
|
|
750
746
|
markets
|
751
747
|
marriott
|
752
748
|
marshalls
|
753
|
-
maserati
|
754
749
|
mattel
|
755
750
|
mba
|
756
751
|
mc
|
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": "1686443234.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: 1686443234.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: 2023-06-
|
11
|
+
date: 2023-06-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activerecord
|
@@ -244,9 +244,9 @@ licenses:
|
|
244
244
|
metadata:
|
245
245
|
homepage_uri: https://github.com/fnando/email_data
|
246
246
|
bug_tracker_uri: https://github.com/fnando/email_data/issues
|
247
|
-
source_code_uri: https://github.com/fnando/email_data/tree/
|
248
|
-
documentation_uri: https://github.com/fnando/email_data/tree/
|
249
|
-
license_uri: https://github.com/fnando/email_data/tree/
|
247
|
+
source_code_uri: https://github.com/fnando/email_data/tree/v1686443234.0.0
|
248
|
+
documentation_uri: https://github.com/fnando/email_data/tree/v1686443234.0.0/README.md
|
249
|
+
license_uri: https://github.com/fnando/email_data/tree/v1686443234.0.0/LICENSE.md
|
250
250
|
rubygems_mfa_required: 'true'
|
251
251
|
post_install_message:
|
252
252
|
rdoc_options: []
|