zipkin-core
Advanced tools
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'); |
{ | ||
"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": {} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
1
408
2
1
2
+ Addedzipkin@^0.1.9
+ Addedzipkin@0.1.9(transitive)
- Removedbase64-js@^1.1.2
- Removedbluebird@^3.3.5
- Removedcls-bluebird@^1.0.1
- Removedcontinuation-local-storage@^3.1.7
- Removednetwork-address@^1.1.0
- Removedshimmer@^1.1.0
- Removedthrift@^0.9.3
- Removedbluebird@3.7.2(transitive)
- Removedcls-bluebird@1.1.3(transitive)
- Removedis-bluebird@1.0.2(transitive)