
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
@everapi/emailvalidation-js
Advanced tools
Supply Chain Security
Vulnerability
Quality
Maintenance
License
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Unpopular package
QualityThis package is not very popular.
Found 1 instance in 1 package
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 6 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
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.