zipkin-instrumentation-axiosjs
Advanced tools
Comparing version 0.22.0 to 0.22.1-alpha.3
"use strict"; | ||
// Copyright 2020 The OpenZipkin Authors; licensed to You under the Apache License, Version 2.0. | ||
var _require = require('zipkin'), | ||
@@ -4,0 +5,0 @@ Instrumentation = _require.Instrumentation; |
{ | ||
"name": "zipkin-instrumentation-axiosjs", | ||
"version": "0.22.0", | ||
"version": "0.22.1-alpha.3+bf7de87", | ||
"description": "Library to instrument the axios HTTP-client to support zipkin.", | ||
@@ -17,3 +17,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"zipkin": "^0.22.0" | ||
"zipkin": "^0.22.1-alpha.3+bf7de87" | ||
}, | ||
@@ -23,3 +23,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "bc590b2957b4c1e0c434de3c6fb7b4feeb406f8b" | ||
"gitHead": "bf7de8783a280b3e0d01eacd90ed1d9b4f10c7c4" | ||
} |
@@ -0,1 +1,3 @@ | ||
// Copyright 2020 The OpenZipkin Authors; licensed to You under the Apache License, Version 2.0. | ||
const {Instrumentation} = require('zipkin'); | ||
@@ -2,0 +4,0 @@ |
@@ -0,1 +1,3 @@ | ||
// Copyright 2020 The OpenZipkin Authors; licensed to You under the Apache License, Version 2.0. | ||
const axios = require('axios'); | ||
@@ -2,0 +4,0 @@ const wrapAxios = require('../src/index'); |
@@ -0,1 +1,3 @@ | ||
// Copyright 2020 The OpenZipkin Authors; licensed to You under the Apache License, Version 2.0. | ||
const {Tracer, ExplicitContext} = require('zipkin'); | ||
@@ -2,0 +4,0 @@ const axios = require('axios'); |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
18813
137
1
+ Addedzipkin@0.22.1-alpha.6(transitive)
- Removedzipkin@0.22.0(transitive)