Socket
Book a DemoInstallSign in
Socket

@autofleet/outbreak

Package Overview
Dependencies
Maintainers
59
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@autofleet/outbreak

Spread yor headers between microserivces - have better context for http requests.

latest
Source
npmnpm
Version
2.4.27
Version published
Weekly downloads
1K
44.74%
Maintainers
59
Weekly downloads
 
Created
Source

Outbreak

Spread yor headers between microserivces - have better context for http requests.

import headersTracer from '@autofleet/outbreak';

headersTracer({
  setAndPropagateCorrelationId: true,
  headersToPropagate: [
    'x-text',
  ],
  headersPrefix: 'x-my-prefix',
  winstonLogger: logger,
});

After initiation every side affect requests to other services will hold the same context as the original one.

FAQs

Package last updated on 10 Sep 2025

Did you know?

Socket

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.

Install

Related posts