Socket
Socket
Sign inDemoInstall

egg-jaeger

Package Overview
Dependencies
17
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    egg-jaeger

jaeger egg plugin


Version published
Weekly downloads
19
increased by11.76%
Maintainers
2
Install size
4.53 MB
Created
Weekly downloads
 

Changelog

Source

<small>3.0.1 (2021-05-25)</small>

  • fix: init (b8661f3)

Readme

Source

egg-jaeger

NPM version build status Test coverage David deps Known Vulnerabilities npm download

hooks

  • egg-redis
  • egg-sequelize
  • mysql2
  • mongodb

Install

$ npm i egg-jaeger --save

Usage

// {app_root}/config/plugin.js
exports.jaeger = {
  enable: true,
  package: 'egg-jaeger',
};

Configuration

// {app_root}/config/config.default.js
exports.jaeger = {
};

see config/config.default.js for more detail.

Example

Questions & Suggestions

Please open an issue here.

License

MIT

Keywords

FAQs

Last updated on 25 May 2021

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc