
Security News
Cline CLI npm Package Compromised via Suspected Cache Poisoning Attack
A compromised npm publish token was used to push a malicious postinstall script in cline@2.3.0, affecting the popular AI coding agent CLI with 90k weekly downloads.
Kill all Chrome tabs to improve performance, decrease battery usage, and save memory
Kill all Chrome tabs to improve performance, decrease battery usage, and save memory
Works on macOS, Linux, Windows.
I'm a tab-abuser and I use this once in a while to prevent Chrome from taking up all system resources.
When you run kill-tabs the Chrome tab processes are killed, which means they will no longer take up system resources, but they will still be in your Chrome window, just as crashed. When you want one back you just reload the tab.
$ npm install --global kill-tabs
$ kill-tabs --help
Usage
$ kill-tabs
Options
--no-chromium Don't kill tabs in Chromium
--no-chrome Don't kill tabs in Chrome
$ npm install kill-tabs
const killTabs = require('kill-tabs');
(async () => {
await killTabs();
console.log('Killed tabs');
})();
You can use the Reload All Tabs Chrome extension to easily reload all the tabs.
MIT © Sindre Sorhus
FAQs
Kill all Chrome tabs to improve performance, decrease battery usage, and save memory
The npm package kill-tabs receives a total of 22 weekly downloads. As such, kill-tabs popularity was classified as not popular.
We found that kill-tabs 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
A compromised npm publish token was used to push a malicious postinstall script in cline@2.3.0, affecting the popular AI coding agent CLI with 90k weekly downloads.

Product
Socket is now scanning AI agent skills across multiple languages and ecosystems, detecting malicious behavior before developers install, starting with skills.sh's 60,000+ skills.

Product
Socket now supports PHP with full Composer and Packagist integration, enabling developers to search packages, generate SBOMs, and protect their PHP dependencies from supply chain threats.