
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
codeflux-analyzer
Advanced tools
A CLI and library tool to scan JavaScript/TypeScript projects and detect unused files or components.
CodeFlux – The Ultimate React Codebase Analyzer & Visualizer 🚀
CodeFlux is a lightweight yet powerful CLI tool designed for React developers and frontend engineers to gain instant insights into their projects. It scans your React codebase, detects unused components, maps dependencies, and generates visualizations that make complex projects easy to understand.
React projects grow fast. As your codebase scales:
CodeFlux solves this by giving you a clear, visual, and actionable overview of your React app’s structure — helping you clean, optimize, and improve maintainability.
.js, .jsx, .ts, and .tsx files.Install CodeFlux globally or use npx directly.
npm install -g codeflux
Then run from anywhere:
codeflux scan ./path-to-your-react-project
npx codeflux scan ./path-to-your-react-project
Scan your React project:
npx codeflux scan ./path-to-your-react-project
Example output:
🔍 Scanning project...
📦 Found 42 files
🧩 Unused files/components:
- src/components/OldCard.tsx
- src/hooks/useLegacyAuth.ts
- src/pages/tempPage.jsx
Optional: export report to JSON:
npx codeflux scan ./src --output report.json
CodeFlux is open-source and welcomes contributions. Fork, create a branch, and send a PR!
MIT License © 2025 CodeFlux
FAQs
A CLI and library tool to scan JavaScript/TypeScript projects and detect unused files or components.
We found that codeflux-analyzer 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
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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.