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

koa-opentracing

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-opentracing - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

2

package.json

@@ -5,3 +5,3 @@ {

"types": "global.d.ts",
"version": "1.3.2",
"version": "1.3.3",
"repository": "https://github.com/teambition/koa-opentracing.git",

@@ -8,0 +8,0 @@ "author": "cnwangjie",

@@ -47,3 +47,3 @@ koa-opentracing

* main function to add a middleware to assign a tracer on context
* @param {Application} app koa application
* @param {Koa} app koa application
* @param {Object} opt options

@@ -58,3 +58,3 @@ * @param {String} opt.appname service name

*/
function koaOpentracing(app: Application, opt: Object) {}
function koaOpentracing(app: Koa, opt: Object) {}

@@ -61,0 +61,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