
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.
clear-memory-cache
Advanced tools
A CLI tool to clear Windows caches and standby memory via Rammap (Sysinternals).
npm install --global clear-memory-cache
$ clear-memory-cache <command> [options]
$ cmc <command> [options]
| Command | Description |
|---|---|
memory-clear | Empty all process working sets (rammap -Et) |
cache-clear | Empty system working set / caches (rammap -Es) |
empty-standby-memory | Empty standby list (rammap -E0) |
clear-pm-cache | Clear package manager caches (see options below) |
clear-all | Run memory-clear + empty-standby-memory + clear-pm-cache --all |
smart-clear | Analyze memory and clear only what is necessary |
version | Show version number |
about | Show package info |
help | Show help |
| Flag | Runs |
|---|---|
--bun | bun pm cache rm -g |
--npm | npm cache rm -g --force |
--pnpm | pnpm cache delete |
--yarn | yarn cache clean |
--all | All of the above |
| Free RAM | Status | Action |
|---|---|---|
| < 10% | 🚨 CRITICAL | memory-clear + empty-standby-memory + cache-clear |
| 10–20% | ⚠️ LOW | empty-standby-memory + cache-clear |
| 20–40% | 🟡 MODERATE | cache-clear |
| > 40% | ✅ HEALTHY | No action needed |
cmc memory-clear
cmc cache-clear
cmc empty-standby-memory
cmc clear-pm-cache --npm
cmc clear-pm-cache --all
cmc clear-all
cmc smart-clear
clear-memory-cache clear-pm-cache --all
clear-memory-cache empty-standby-memory
FAQs
A Cli tool to clear windows caches, standby memory.
We found that clear-memory-cache 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.