Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@autofleet/outbreak

Package Overview
Dependencies
Maintainers
26
Versions
38
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.

  • 1.0.4
  • latest
  • npm
  • Socket score

Version published
Maintainers
26
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.

This project is licensed under the terms of the MIT license.

FAQs

Package last updated on 11 Dec 2023

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc