New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@adobe/helix-md2docx

Package Overview
Dependencies
Maintainers
31
Versions
259
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adobe/helix-md2docx

Helix Service that converts markdown to word documents

latest
Source
npmnpm
Version
2.2.51
Version published
Weekly downloads
7.5K
-33.32%
Maintainers
31
Weekly downloads
 
Created
Source

Helix Markdown to Word

A library that converts markdown to Word documents.

Status

codecov CircleCI GitHub license GitHub issues LGTM Code Quality Grade: JavaScript semantic-release

Installation

Usage

npm install @adobe/helix-md2docx

Converting Markdown to Docx

just run:

node ./src/cli/convert2docx.js <file>

Where file can either be a single file or directory.

The converter will produce a .docx and also a .docx.md, which is the generated document converted back to markdown. this can be used to check for potential content changes due to conversion.

FAQs

Package last updated on 13 Apr 2026

Did you know?

Socket

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.

Install

Related posts