New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

zipkin-core

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zipkin-core - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

22

index.js

@@ -10,11 +10,15 @@ const Annotation = require('./src/annotation');

const serializeSpan = require('./src/serializeSpan');
const sampler = require('./src/sampler');
module.exports.trace = trace;
module.exports.TraceId = TraceId;
module.exports.option = option;
module.exports.Annotation = Annotation;
module.exports.InetAddress = InetAddress;
module.exports.HttpHeaders = HttpHeaders;
module.exports.ZipkinTracer = ZipkinTracer;
module.exports.consoleTracer = consoleTracer;
module.exports.serializeSpan = serializeSpan;
module.exports = {
trace,
TraceId,
option,
Annotation,
InetAddress,
HttpHeaders,
ZipkinTracer,
consoleTracer,
serializeSpan,
sampler
};
{
"name": "zipkin-core",
"version": "0.1.3",
"version": "0.1.4",
"description": "The core tracer for zipkin.js",

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

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