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.3 to 1.3.4

12

global.d.ts

@@ -28,8 +28,8 @@ import {

interface Sampler {
isSampled(ctx: Context): Boolean
isSampled(ctx: Koa.Context): Boolean
}
interface zipkinLoggerOptions {
version?: 'v1' | 'v2' = 'v1'
interval?: number = 1000
version?: 'v1' | 'v2'
interval?: number
endpoint: string

@@ -78,5 +78,5 @@ }

declare class Span extends OpentracingSpan {
get traceId(): string
get spanId(): string
get parentSpanId(): string
traceId: string
spanId: string
parentSpanId: string
getTag(key: string): any

@@ -83,0 +83,0 @@ getTags(): Object

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

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

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

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