
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
temp-mail-plus-api
Advanced tools
📨 API Wrapper for Temp Mail Plus service
Fetching inbox by email:
import TempMail from "temp-mail-plus-api";
const tempMail = new TempMail("halit@rover.info");
const inbox = await tempMail.fetchInbox();
Fetching mail content by mail_id
:
const mailId = 32944585;
await tempMail.fetchMailById(mailId);
Get all mail domains:
import TempMail, { TEMP_MAIL_DOMAINS } from "temp-mail-plus-api";
console.log(TEMP_MAIL_DOMAINS);
MIT LICENSE - Halit Sever
FAQs
📨 API Wrapper for Temp Mail Plus service
The npm package temp-mail-plus-api receives a total of 52 weekly downloads. As such, temp-mail-plus-api popularity was classified as not popular.
We found that temp-mail-plus-api demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.