Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Simple web server allowing to browse, search and edit project documentation written in Markdown
Fast web server allowing to browse, search and edit project documentation written in Markdown.
Features:
[[index]]
npm install -g mdds
mdds -o
Your browser will open http://localhost:4040
and display your project documentation.
Usage: mdds [root dir] [options]
Options:
-p, --port Port number to listen on [default: 4040]
-h, --host Host address to bind to [default: "localhost"]
-o, --open Open default browser on start
--help Show this help
If no root dir is specified, ./
will be used.
The server will automatically search for a file named index.md
, readme.md
or README.md
on the specified
documentation root and will use it as your home page.
If you insert the text [[index]]
in any of your markdown files, it will be replaced by the full navigation index of
the markdown files found under the specified root dir. File and folder names will be automatically humanized for
better readability.
It is particularly useful on home page to provide an overview of the available documentation for your project.
FAQs
Simple web server allowing to browse, search and edit project documentation written in Markdown
The npm package mdds receives a total of 1 weekly downloads. As such, mdds popularity was classified as not popular.
We found that mdds 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
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.