Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@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 5 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.