
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.
Real-time memory profiler for backend & frontend applications
MemScope helps developers visualize, understand, and debug memory usage in their projects with zero setup and a live dashboard.
It works locally, runs entirely on your machine, and supports:
Memory bugs are hard:
MemScope fixes that by giving you:
npx memscope run node app.js
npm install -g memscope
memscope run node app.js
This automatically:
memscope run node app.js
Tracks:
memscope run --frontend
Then inject the browser agent in development only.
if (import.meta.env.DEV) {
import("memscope/agent/browser");
}
if (process.env.NODE_ENV === "development") {
require("memscope/agent/browser");
}
⚠️ Frontend tracking works best in Chrome / Edge. Safari does not expose JavaScript heap APIs.
memscope run --both npm run dev
This gives you two live graphs:
Perfect for:
Once running, open:
http://localhost:3333/dashboard/index.html

You’ll see:
memscope run node worker.js
memscope run node app.js
# refactor code
memscope run node app.js
memscope run --frontend
npm run dev
CLI
├─ starts collector (local)
├─ injects memory agent
├─ runs your app
│
├─ agent samples memory
├─ collector aggregates data
├─ WebSocket streams live points
└─ dashboard renders graphs
Everything runs locally.
MemScope never sends your data anywhere.
Built with ❤️ for developers who care about performance.
Contributions welcome.
FAQs
Real-time memory profiler for frontend and backend applications
The npm package memscope receives a total of 2 weekly downloads. As such, memscope popularity was classified as not popular.
We found that memscope 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.