Socket
Socket
Sign inDemoInstall

zipkin-javascript-opentracing

Package Overview
Dependencies
12
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.1.0

LICENSE

16

lib/index.js

@@ -205,2 +205,18 @@ "use strict";

}, {
key: "context",
value: function context() {
var _id = this.id,
spanId = _id.spanId,
traceId = _id.traceId;
return {
toSpanId: function toSpanId() {
return spanId;
},
toTraceId: function toTraceId() {
return traceId;
}
};
}
}, {
key: "finish",

@@ -207,0 +223,0 @@ value: function finish() {

2

package.json
{
"name": "zipkin-javascript-opentracing",
"version": "2.0.1",
"version": "2.1.0",
"description": "An opentracing implementation for zipkin",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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