
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
turndown-cli
Advanced tools
A command-line-interface tool for turndown module.
It converts the .html file into .md file. So basically, it is a CLI based HTML to Markdown converter tool.
You can install it via npm, but make sure your system have node.js installed prior to that.
% npm install turndown-cli
The help option shows all the relevant information regarding the usages of the app.
% turndown-cli -h
Usages:
turndown-cli (-h|-v)
turndown-cli <source> (<target>)
turndown-cli (<option>=<choice>) <source> (<target>)
Parameters:
source HTML source filepath
target Markdown target filepath
option Any option from provided options
choice Any choice out of provided choices
Options:
-t --head Heading style
1) setext 2) atx
-r --hr Horizontal rule
1) * 2) - 3) _
-b --bullet Bullet list marker
1) * 2) - 3) +
-c --code Code block style
1) indented 2) fenced
-f --fence Fence style
1) ` 2) ~
-e --em Em delimiter
1) _ 2) *
-s --strong Strong delimiter
1) ** 2) __
-l --link Link style
1) inlined 2) referenced
-u --linkref Link reference style
1) full 2) collapsed 3) shortcut
-p --pre Preformatted code
1) false 2) true
Note that the first choice is default for each options.
Examples:
turndown-cli -h
turndown-cli sample.html
turndown-cli sample.html sample.md
turndown-cli -t=2 -r=3 -c=2 -f=1 -s=2 sample.html
FAQs
A command-line-interface tool for turndown library.
We found that turndown-cli 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

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.