
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.
markdown-to-unicode
Advanced tools
A simple library to convert Markdown syntax to Unicode characters.
A simple library to convert Markdown syntax to Unicode characters.
npm install markdown-to-unicode
const convertMarkdownToUnicode = require('markdown-to-unicode');
const unicodeText = convertMarkdownToUnicode("**Hello** *World* and ~~Universe~~");
console.log(unicodeText); // Output the unicode equivalent
Output:
𝐇𝐞𝐥𝐥𝐨 𝑊𝑜𝑟𝑙𝑑 and U̶n̶i̶v̶e̶r̶s̶e̶
<script src="https://cdn.jsdelivr.net/gh/cstayyab/markdown-to-unicode@main/dist/markdown-to-unicode.js"></script>
<script>
const result = MarkdownToUnicode("**Hello** *World* and ~~Universe~~");
console.log(result);
</script>
✅ Bold
✅ Italic
✅ Strikethrough
❎ Blockquote
❎ Unordered List
❎ Horizontal Line
❎ TypeScript Support
❎ Web Browser Support
❎ Additional Options Support (e.g. Font) for uniform formatting
FAQs
A simple library to convert Markdown syntax to Unicode characters.
The npm package markdown-to-unicode receives a total of 2 weekly downloads. As such, markdown-to-unicode popularity was classified as not popular.
We found that markdown-to-unicode 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.
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.