Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

freemail

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

freemail - npm Package Compare versions

Comparing version
1.2.18
to
1.2.19
+1
-1
freemail.egg-info/PKG-INFO
Metadata-Version: 1.1
Name: freemail
Version: 1.2.18
Version: 1.2.19
Summary: A database of free and disposable email domains

@@ -5,0 +5,0 @@ Home-page: https://github.com/wearespindle/freemail

@@ -18,3 +18,3 @@ import os

domain_list = free.read().splitlines() + disposable.read().splitlines()
domain = tldextract.extract(email_address.split('@')[1]).registered_domain
domain = tldextract.extract(email_address).registered_domain

@@ -32,3 +32,3 @@ return domain in domain_list

domain_list = disposable.read().splitlines()
domain = tldextract.extract(email_address.split('@')[1]).registered_domain
domain = tldextract.extract(email_address).registered_domain

@@ -35,0 +35,0 @@ return domain in domain_list

Metadata-Version: 1.1
Name: freemail
Version: 1.2.18
Version: 1.2.19
Summary: A database of free and disposable email domains

@@ -5,0 +5,0 @@ Home-page: https://github.com/wearespindle/freemail

@@ -23,3 +23,3 @@ """A setuptools based setup module.

# https://packaging.python.org/en/latest/single_source_version.html
version='1.2.18',
version='1.2.19',

@@ -26,0 +26,0 @@ description='A database of free and disposable email domains',

Sorry, the diff of this file is too big to display