
Research
npm Malware Targets Telegram Bot Developers with Persistent SSH Backdoors
Malicious npm packages posing as Telegram bot libraries install SSH backdoors and exfiltrate data from Linux developer machines.
markmap-cli
Advanced tools
Use markmap-lib in command-line.
$ yarn global add markmap-cli
# or
$ npm install -g markmap-cli
You can also use with npx
without installation:
$ npx markmap-cli
Usage: markmap [options] <input>
Create a markmap from a Markdown input file
Options:
-V, --version output the version number
--no-open do not open the output file after generation
--no-toolbar do not show toolbar
-o, --output <output> specify filename of the output HTML
-w, --watch watch the input file and update output on the fly, note that this feature is for development only
-h, --help display help for command
Suppose we have a Markdown file named note.md
.
Run the following command to get an interactive mindmap:
$ markmap note.md
# without global installation
$ npx markmap-lib note.md
Then we get note.html
in the same directory, and hopefully it will be open in your default browser.
Enable watching mode by -w
:
$ markmap -w note.md
A markmap will be created and opened in your browser, and will be updated as soon as changes are saved to the source file.
FAQs
Create markmaps from CLI
The npm package markmap-cli receives a total of 612 weekly downloads. As such, markmap-cli popularity was classified as not popular.
We found that markmap-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
Malicious npm packages posing as Telegram bot libraries install SSH backdoors and exfiltrate data from Linux developer machines.
Security News
pip, PDM, pip-audit, and the packaging library are already adding support for Python’s new lock file format.
Product
Socket's Go support is now generally available, bringing automatic scanning and deep code analysis to all users with Go projects.