danvk/source-map-explorer
Analyze and debug space usage through source maps observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3975
- days_rel: n/a
- days_push: 1268
- n_releases_24m: 0
Adoption not part of the score
3933 stars · 114 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A Node.js CLI tool that analyzes JavaScript bundle size by mapping each byte of minified code back to its original source file via source maps. It renders an interactive treemap visualization and can also output JSON, TSV, or HTML reports.
Use cases
- find out which files bloat my webpack bundle
- visualize javascript bundle size as a treemap
- detect duplicate libraries like two copies of React in a bundle
- analyze minified code size per source file
- export bundle size breakdown as or tsv
- debug why my production bundle is so large
When to choose
- you have source maps for your minified JS/Sass/LESS bundles and want per-file size attribution
- you want a quick CLI-based treemap visualization without wiring up a build plugin
- you need machine-readable bundle size reports (JSON/TSV) for CI or tooling
When to avoid
- you need runtime performance profiling rather than static bundle size analysis
- your bundles lack source maps
- you prefer an integrated build-plugin workflow like webpack-bundle-analyzer inside webpack
Facets
cli-tool · maturity maintenance
developer-tools data-visualization cli developer-tools web-development frontend data-visualization cli cross-platform source-maps bundle-analysis treemap javascript minification code-bloat nodejs
2 sources
- readme: https://github.com/danvk/source-map-explorer · fetched 2026-08-28 · d02e78b9b0a5
- registry_npm: https://registry.npmjs.org/source-map-explorer · fetched 2026-08-29 · 2616bab5053c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| danvk/source-map-explorer | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="danvk/source-map-explorer")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem