
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
@mivir/react-discord-message
Advanced tools
React component for rendering Discord messages. Uses the excellent [discord-markdown](https://www.npmjs.com/package/discord-markdown) package for rendering Discord markdown. Comes with full TypeScript types based on [discord-api-types](https://www.npmjs.c
@mivir/react-discord-message
React component for rendering Discord messages. Uses the excellent discord-markdown package for rendering Discord markdown. Comes with full TypeScript types based on discord-api-types.
This library is currently a work in progress.
npm install @mivir/react-discord-message
import { MessageList } from "@mivir/react-discord-message"
const messages = [
{
content: "Hello world!",
author: {
username: "DiscordUser",
},
},
];
<MessageList messages={messages} theme="dark" />
You can also check the source for the demo above for a more detailed example.
FAQs
React component for rendering Discord messages. Uses the excellent [discord-markdown](https://www.npmjs.com/package/discord-markdown) package for rendering Discord markdown. Comes with full TypeScript types based on [discord-api-types](https://www.npmjs.c
The npm package @mivir/react-discord-message receives a total of 0 weekly downloads. As such, @mivir/react-discord-message popularity was classified as not popular.
We found that @mivir/react-discord-message 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
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.