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.7 to 0.1.9

24

index.js

@@ -1,23 +0,1 @@

const Annotation = require('./src/annotation');
const TraceId = require('./src/TraceId');
const HttpHeaders = require('./src/httpHeaders');
const InetAddress = require('./src/InetAddress');
const option = require('./src/option');
const ZipkinTracer = require('./src/ZipkinTracer');
const consoleTracer = require('./src/consoleTracer');
const trace = require('./src/trace');
const serializeSpan = require('./src/serializeSpan');
const sampler = require('./src/sampler');
module.exports = {
trace,
TraceId,
option,
Annotation,
InetAddress,
HttpHeaders,
ZipkinTracer,
consoleTracer,
serializeSpan,
sampler
};
module.exports = require('zipkin');

17

package.json
{
"name": "zipkin-core",
"version": "0.1.7",
"description": "The core tracer for zipkin.js",
"version": "0.1.9",
"description": "Deprecated: zipkin-core has been renamed to zipkin",
"main": "index.js",
"scripts": {
"gen-thrift": "thrift -gen js:node -o src/ src/zipkinCore.thrift",
"test": "node ../../node_modules/mocha/bin/mocha --require ../../test/helper.js"
},
"scripts": {},
"author": "Openzipkin <openzipkin.alt@gmail.com>",

@@ -14,11 +11,5 @@ "license": "Apache-2.0",

"dependencies": {
"base64-js": "^1.1.2",
"bluebird": "^3.3.5",
"cls-bluebird": "^1.0.1",
"continuation-local-storage": "^3.1.7",
"network-address": "^1.1.0",
"shimmer": "^1.1.0",
"thrift": "^0.9.3"
"zipkin": "^0.1.9"
},
"devDependencies": {}
}
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