New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

egg-jaeger

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egg-jaeger - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

app/extend/application.js

@@ -21,3 +21,3 @@ 'use strict';

startSpan(name, tags = {}) {
const childOf = als.get('span');
const childOf = als.getFromParent('span');
const span = this.jaeger.startSpan(name, childOf ? { childOf, tags } : { tags });

@@ -24,0 +24,0 @@ als.set('span', span);

@@ -6,2 +6,3 @@ 'use strict';

module.exports = (options, app) => async function jaegerMiddleware(ctx, next) {
als.scope()
const span = app.startSpan(ctx.path);

@@ -8,0 +9,0 @@ span.setTag('requestMethod', ctx.method);

{
"name": "egg-jaeger",
"version": "1.0.2",
"version": "1.0.3",
"description": "",

@@ -17,5 +17,5 @@ "eggPlugin": {

"dependencies": {
"async-local-storage": "^2.0.0",
"async-local-storage": "github:sqlwwx/async-local-storage#7a5f7d1",
"jaeger-client": "^3.13.0"
}
}
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