
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@infiniteloop.ie/avatarapi
Advanced tools
Obtain a name and a profile pic from an email address. Visit AvatarAPI.com for information
This is an NPM package for the AvatarAPI.com API - an API that can return a name and profile picture from an email address
It has three functions, getProviders, getCredit, and search
This returns an array of providers available to be searched
const avatarapi = require('avatarapi');
avatarapi.getProviders().then(providers =>
{
for(const providerIndex in providers)
{
var provider = providers[providerIndex];
console.log(provider.Name);
}
}
);
This returns the amount of credit in your AvatarAPI.com account
const avatarapi = require('avatarapi');
avatarapi.getCredit("YOUR_USERNAME","YOUR_PASSWORD").then(credit =>
{
console.log(credit.credits);
});
This returns the name and profile picture url from an email address
const avatarapi = require('avatarapi');
avatarapi.search("YOUR_USERNAME","YOUR_PASSWORD","Coco_crocodile@outlook.com").then(result =>
{
console.log(result);
});
FAQs
Obtain a name and a profile pic from an email address. Visit AvatarAPI.com for information
The npm package @infiniteloop.ie/avatarapi receives a total of 2 weekly downloads. As such, @infiniteloop.ie/avatarapi popularity was classified as not popular.
We found that @infiniteloop.ie/avatarapi demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.