
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
@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 3 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
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.