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

zipkin-instrumentation-axiosjs

Package Overview
Dependencies
Maintainers
1
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.19.0 to 0.19.1

6

package.json
{
"name": "zipkin-instrumentation-axiosjs",
"version": "0.19.0",
"version": "0.19.1",
"description": "Library to instrument the axios HTTP-client to support zipkin.",

@@ -17,3 +17,3 @@ "main": "lib/index.js",

"dependencies": {
"zipkin": "^0.19.0"
"zipkin": "^0.19.1"
},

@@ -23,3 +23,3 @@ "devDependencies": {

},
"gitHead": "579e12b642b7e0b486dd2b78193ec0a798e82a7a"
"gitHead": "037b4d99f00472107ffeafc3c95fee73dfc7e6c9"
}

@@ -15,3 +15,3 @@ # zipkin-instrumentation-axiosjs

You need to use `wrapAxios` fucntion to wrap the native `axios` instance, and the `axios` instance's type/functions/attributes are not affected. As a result, you can use `zipkinAxios` the same as `axios`
You need to use `wrapAxios` function to wrap the native `axios` instance, and the `axios` instance's type/functions/attributes are not affected. As a result, you can use `zipkinAxios` the same as `axios`

@@ -18,0 +18,0 @@ For example:

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