
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
Sweepur is a small OpenTUI dashboard for answering one question quickly:
What is running on this machine, and how do I stop it?
It combines two local views in one terminal UI:
Local Ports: listening TCP ports discovered via lsofDocker Containers: container state discovered via docker ps -aTab, Left, Right: switch between Ports and DockerUp, Down, PageUp, PageDown: move selectionG: refresh both tabsK: terminate the selected process on the Ports tabS: stop the selected Docker containerR: restart the selected Docker containerD: delete the selected Docker containerQ: quitK and D are confirmation-gated: press the same key twice within 4 seconds.
bunlsofdocker if you want the Docker tab to return live datagit clone https://github.com/jacksonwyt/sweepur.git
cd sweepur
bun install
bun run dev
Try it without installing:
bunx sweepur
Or install it globally:
npm install -g sweepur
sweepur
sweepur is a Bun-backed CLI. npm can install the package, but the executable still expects bun to be present on the machine. Prefer bunx over npx.
bun run check
FAQs
A small OpenTUI dashboard for sweeping local ports and Docker containers.
We found that sweepur demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.