Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
@everapi/emailvalidation-js
Advanced tools
This package is a JavaScript wrapper for emailvalidation.io that aims to make the usage of the API as easy as possible in your project. Emailvalidation.io offers a graphical user interface for manual bulk email validation, but also provides a REST API for full developer flexibility. Additionally, emailvalidation.io provides plenty of one-click integrations with common email marketing providers.
npm install --save @everapi/emailvalidation-js
yarn add @everapi/emailvalidation-js
import emailvalidation from '@everapi/emailvalidation-js';
or use it directly in a Browser:
<script src="path/to/emailvalidation-js/index.js"></script>
Initialize the API with your API Key (get one for free at [emailvalidation.io]):
const emailvalidation = new emailvalidation('YOUR-API-KEY');
Afterwards you can make calls to the API like this:
emailvalidation.info('john@doe.com', ({
catch_all: 1
}).then(response => {
console.log(response);
}));
Find out more about our endpoints, parameters and response data structure in the docs
The MIT License (MIT). Please see License File for more information.
FAQs
A JavaScript wrapper for the emailvalidation.io API
The npm package @everapi/emailvalidation-js receives a total of 7 weekly downloads. As such, @everapi/emailvalidation-js popularity was classified as not popular.
We found that @everapi/emailvalidation-js demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.