Minimal library to log Axios requests and responses for debugging. Current version 0.0.4, no recent updates. Wraps Axios interceptors to print request/response details. Lightweight, no dependencies beyond Axios. Lower-level than axios-logger; no configuration options.
npm install axios-debugNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates importing and initializing axios-debug with Axios, then making a GET request.
Consider alternatives like axios-logger or custom interceptors.
Ensure axiosDebug(axios) is executed at startup.
Change import to: import axiosDebug from 'axios-debug'
Install axios: npm install axios