
Research
PyPI Package Impersonates SymPy to Deliver Cryptomining Malware
Malicious PyPI package sympy-dev targets SymPy users, a Python symbolic math library with 85 million monthly downloads.
bulk-markdown-to-png
Advanced tools
Render a stream of markdown files to a tarball of pngs
npm install -g bulk-markdown-to-png
dat clone npm.dathub.org --skim
dat cat --gte dat --limit 20 | bulk-markdown-to-png > readmes.tar
var render = require('bulk-markdown-to-png')
var fs = require('fs')
var transform = render()
transform.write('{"key":"hello", "readme":"# hello world"}')
transform.end()
transform.pipe(fs.createWriteStream('readmes.tar'))
Since this contains some binary dependencies there is also a docker build available
dat cat --gte dat --limit 20 | docker run -i --rm mafintosh/bulk-markdown-to-png > readmes.tar
MIT
FAQs
Render a stream of markdown files to a tarball of pngs
We found that bulk-markdown-to-png 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
Malicious PyPI package sympy-dev targets SymPy users, a Python symbolic math library with 85 million monthly downloads.

Product
Create and share saved alert views with custom tabs on the org alerts page, making it easier for teams to return to consistent, named filter sets.

Product
Socket’s Rust and Cargo support is now generally available, providing dependency analysis and supply chain visibility for Rust projects.