
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.
docker-clean
Advanced tools
Clean up unused docker containers and images
npm install docker-clean
Or to install the command line tool
npm install -g docker-clean
docker-clean --help
var clean = require('docker-clean')
clean(function(err, result) {
console.log('Cleaned up %d containers and %d images', result.containers, result.images)
})
// or to force remove running containers as well
clean({force: true}, function(err) {
...
})
Other options include
{
host: 'optional-docker-host', // override $DOCKER_HOST
images: false, // do not remove images
containers: false, // do not remove containers
force: true // also remove running containers
}
MIT
FAQs
Clean up unused docker containers and images
The npm package docker-clean receives a total of 4 weekly downloads. As such, docker-clean popularity was classified as not popular.
We found that docker-clean 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.