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

zipkin

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zipkin - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

2

package.json
{
"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;

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