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

zipkin-instrumentation-axiosjs

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zipkin-instrumentation-axiosjs - npm Package Compare versions

Comparing version 0.22.0 to 0.22.1-alpha.3

1

lib/index.js
"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;

6

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

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