Ross ROSS = Recommend OSS · open-source software intelligence for agents

andywer/leakage

🐛 Memory leak testing for node. observed · 2026-08-28

github.com/andywer/leakage · JavaScript observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100

Flags: no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3536
  • days_rel: n/a
  • days_push: 1314
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1591 stars · 36 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Leakage is a Node.js library for detecting memory leaks by running a function repeatedly and analyzing V8 heap snapshot diffs. It integrates with test runners like Mocha or Tape so leak checks become regular regression tests.

Use cases

  • detect memory leaks in a node library
  • write regression tests that fail if code leaks memory
  • measure memory footprint of repeated operations
  • test async code for leaks with iterate.async()
  • run leak checks in CI with mocha or tape

When to choose

  • you maintain a Node.js library or service and want automated leak detection
  • you already use Mocha or Tape and want leak tests in your suite
  • you need heap-diff-based evidence that a fix stopped a leak

When to avoid

  • you need browser or Deno memory profiling (Node.js only)
  • you need continuous production memory monitoring rather than test-time detection
  • you need a maintained tool - releases are infrequent and the repo has no license file

Facets

library · maturity maintenance

testing benchmarking developer-tools testing developer-tools performance cli memory-leak heap-snapshot mocha tape v8 memory-footprinting nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
andywer/leakagemain23

For agents

markdown · JSON · MCP: product_card(name="andywer/leakage")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem