Comparing version 0.5.0 to 0.5.1
{ | ||
"name": "zipkin", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "The core tracer for zipkin.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -21,3 +21,3 @@ // | ||
}; | ||
Endpoint = module.exports.Endpoint = function(args) { | ||
var Endpoint = module.exports.Endpoint = function(args) { | ||
this.ipv4 = null; | ||
@@ -120,3 +120,3 @@ this.port = null; | ||
Annotation = module.exports.Annotation = function(args) { | ||
var Annotation = module.exports.Annotation = function(args) { | ||
this.timestamp = null; | ||
@@ -204,3 +204,3 @@ this.value = null; | ||
BinaryAnnotation = module.exports.BinaryAnnotation = function(args) { | ||
var BinaryAnnotation = module.exports.BinaryAnnotation = function(args) { | ||
this.key = null; | ||
@@ -304,3 +304,3 @@ this.value = null; | ||
Span = module.exports.Span = function(args) { | ||
var Span = module.exports.Span = function(args) { | ||
this.trace_id = null; | ||
@@ -307,0 +307,0 @@ this.name = null; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
94056