A middleware package for automatically generating and propagating correlation IDs across HTTP requests and responses. Current stable version is 0.0.2, with an unclear release cadence. It differentiates itself by offering a minimal, zero-dependency approach for Node.js applications using Express or similar frameworks. However, the package is very early-stage (pre-1.0), poorly documented, and may not support ESM or TypeScript natively. It is a niche tool for developers needing lightweight correlation ID tracking without external services.
npm install correlationid-middlewareNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic Express integration to auto-generate correlation IDs per request.
Inspect source code to understand exports and config options.
Consider mature alternatives like 'correlation-id' or 'express-correlation-id'.
Stick to known working version and pin dependency.
Run 'npm install correlationid-middleware' and ensure package.json lists it.
Check actual exports: use require('correlationid-middleware') and log the module.No dependency data recorded yet.