email_data 1630888846.0.0 → 1631320763.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 +13 -0
- data/data/disposable_domains_with_mx.txt +1668 -1652
- data/data/disposable_domains_without_mx.txt +109178 -109181
- data/data/slds.txt +4 -0
- data/lib/email_data/version.rb +1 -1
- data/package.json +1 -1
- metadata +5 -5
data/data/slds.txt
CHANGED
@@ -414,6 +414,7 @@ berlevag.no
|
|
414
414
|
berlin.museum
|
415
415
|
bern.museum
|
416
416
|
beskidy.pl
|
417
|
+
bet.ar
|
417
418
|
bg.it
|
418
419
|
bhz.br
|
419
420
|
bi.it
|
@@ -946,6 +947,7 @@ contemporary.museum
|
|
946
947
|
contemporaryart.museum
|
947
948
|
control.aero
|
948
949
|
convent.museum
|
950
|
+
coop.ar
|
949
951
|
coop.br
|
950
952
|
coop.ht
|
951
953
|
coop.km
|
@@ -3225,6 +3227,7 @@ musica.ar
|
|
3225
3227
|
musica.bo
|
3226
3228
|
mutsu.aomori.jp
|
3227
3229
|
mutsuzawa.chiba.jp
|
3230
|
+
mutual.ar
|
3228
3231
|
mw.gov.pl
|
3229
3232
|
mx.na
|
3230
3233
|
my.id
|
@@ -4490,6 +4493,7 @@ selje.no
|
|
4490
4493
|
seljord.no
|
4491
4494
|
semboku.akita.jp
|
4492
4495
|
semine.miyagi.jp
|
4496
|
+
senasa.ar
|
4493
4497
|
sendai.jp
|
4494
4498
|
sennan.osaka.jp
|
4495
4499
|
seoul.kr
|
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": "1631320763.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: 1631320763.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: 2021-09-
|
11
|
+
date: 2021-09-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activerecord
|
@@ -243,9 +243,9 @@ licenses:
|
|
243
243
|
metadata:
|
244
244
|
homepage_uri: https://github.com/fnando/email_data
|
245
245
|
bug_tracker_uri: https://github.com/fnando/email_data/issues
|
246
|
-
source_code_uri: https://github.com/fnando/email_data/tree/
|
247
|
-
documentation_uri: https://github.com/fnando/email_data/tree/
|
248
|
-
license_uri: https://github.com/fnando/email_data/tree/
|
246
|
+
source_code_uri: https://github.com/fnando/email_data/tree/v1631320763.0.0
|
247
|
+
documentation_uri: https://github.com/fnando/email_data/tree/v1631320763.0.0/README.md
|
248
|
+
license_uri: https://github.com/fnando/email_data/tree/v1631320763.0.0/LICENSE.md
|
249
249
|
post_install_message:
|
250
250
|
rdoc_options: []
|
251
251
|
require_paths:
|