Socket
Book a DemoInstallSign in
Socket

qed-mail

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qed-mail

đź“® A NodeJS library for checking if an email address exists without sending any email.

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

qed-mail

A NodeJS library for checking if an email address exists without sending any email.



Get Started

Install

Use npm to install this package.

npm install --save-dev qed-mail

Example

import qedmail from "qed-mail";

qedmail.checkEmail("example@example.com").then(console.log);

Keywords

email

FAQs

Package last updated on 13 Mar 2023

Did you know?

Socket

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.

Install

Related posts