
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Build Status <https://travis-ci.org/bhargavrpatel/py-validate-email>
__
License: MIT <https://opensource.org/licenses/MIT>
__
Validate if an email is a disposable email.
.. code:: python
from py_validate_email import is_valid_email
def register(email, password): if not is_valid_email(email): raise ValueError('Cannot register email with invalid email')
Contributing
**Pull requests welcome**
1. Fork the repository
2. Create a new branch
3. Make the necessary changes including your tests
4. Lint your code via ``make lint``
5. Check the coverage report via ``make test``
6. Create a `Pull
Request <https://github.com/bhargavrpatel/py-validate-email/compare?expand=1>`__
Acknowledgements
Email list was sourced from
hallelujah/valid_email <https://github.com/hallelujah/valid_email>
__,
licensed under MIT.
License
`Reference <https://github.com/bhargavrpatel/py-validate-email>`__
Change Log
==========
FAQs
A Python port to validate disposable emails
We found that py-validate-email demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.