
Research
/Security News
Toptal’s GitHub Organization Hijacked: 10 Malicious Packages Published
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Plugin to convert ordered and unordered lists from Markdown (MDAST) to DOCX. Supports nesting, custom bullets, and numbering styles.
Emoji shortcode support for
mdast2docx
This plugin adds support for emoji shortcodes (e.g., :smile:
, :rocket:
) in your Markdown-to-DOCX conversion pipeline. It replaces recognized emoji shortcodes with their corresponding Unicode characters during the MDAST transformation.
:tada:
→ 🎉)@m2d/core
mdast2docx
plugin ecosystempnpm install @m2d/list
or
yarn add @m2d/list
or
npm add @m2d/list
This plugin scans all text nodes for emoji shortcodes (e.g., :fire:
, :sparkles:
) and replaces them with matching Unicode emojis using a predefined emoji JSON mapping.
It uses the GitHub-style emoji shortcodes and more — if a shortcode is not recognized, it will remain unchanged.
# Clone and install dependencies
git clone https://github.com/md2docx/emoji-plugin
cd emoji-plugin
npm install
# Build / Test / Dev
npm run build
Licensed under the MPL-2.0 License.
If you find this useful:
Made with 💖 by Mayank Kumar Chaudhari
FAQs
Plugin to convert ordered and unordered lists from Markdown (MDAST) to DOCX. Supports nesting, custom bullets, and numbering styles.
The npm package @m2d/list receives a total of 2,830 weekly downloads. As such, @m2d/list popularity was classified as popular.
We found that @m2d/list 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
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Research
/Security News
Socket researchers investigate 4 malicious npm and PyPI packages with 56,000+ downloads that install surveillance malware.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.