
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
Mewcard is a futuristic music card library designed for Discord bots.
Report Issues & Give Suggestions
·
Invite
·
Support Server
npm install mewcard
yarn add mewcard
pnpm install mewcard
This example code will generate a music card image and save it.
(async () => {
const { mewcard } = require("mewcard");
const fs = require("fs");
const card = new mewcard()
.setName("Bunga Hati")
.setAuthor("Salma Salsabil")
.setColor("auto")
.setTheme("classic")
.setBrightness(50)
.setThumbnail("https://cdn.discordapp.com/attachments/1194410866209206412/1196152611594838026/mewwme.png")
.setRequester("romanromannya")
const cardBuffer = await card.build();
fs.writeFileSync(`mewcard.png`, cardBuffer);
console.log("Done!");
})()
themes1, themes2, themes3, to themes20mewwme, mewwme1 (Mewwme's theme, which is based on Mewwme's profile picture.)

| Sr. | Name | Platform |
|---|---|---|
| 1 | Mewwme's Music | discord.js |
FAQs
Experience your Discord bot's music in a visual format.
We found that mewcard 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
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.