
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
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.
The npm package codeflux-analyzer receives a total of 1 weekly downloads. As such, codeflux-analyzer popularity was classified as not popular.
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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.