ziishaned/dumper.js
A better and pretty variable inspector for your Node.js applications observed · 2026-08-28
Health v2 · maintenance only
34/100
- Activity 5
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 2950
- days_rel: n/a
- days_push: 574
- n_releases_24m: 0
Adoption not part of the score
2751 stars · 66 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
dumper.js is a Node.js library that provides pretty, colorized variable inspection via dd() (dump and die) and dump() (dump and continue) functions. It is inspired by Laravel's debugging helpers and prints nicely formatted variable output to the console.
Use cases
- pretty-print variables while debugging node scripts
- dump a variable and stop execution like laravel's dd
- inspect nested objects and arrays during development
- replace console.log with readable debug output
- quickly debug api responses in node.js
When to avoid
- you need a full debugger with breakpoints and stepping
- you need structured or machine-readable logging for production
- you are debugging in the browser rather than node.js
Facets
library · maturity maintenance
developer-tools logging developer-tools cli debugging variable-inspector dump-and-die console-output command-line nodejs
2 sources
- readme: https://github.com/ziishaned/dumper.js · fetched 2026-08-28 · df375a09a581
- registry_npm: https://registry.npmjs.org/dumper.js · fetched 2026-08-29 · a4e3b7d9686d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ziishaned/dumper.js | main | 34 |
For agents
markdown · JSON · MCP: product_card(name="ziishaned/dumper.js")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem