Socket
Socket
Sign inDemoInstall

axios-debug

Package Overview
Dependencies
1
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    axios-debug

Prints out axios requests and responses


Version published
Weekly downloads
638
decreased by-8.6%
Maintainers
1
Install size
44.7 kB
Created
Weekly downloads
 

Readme

Source

Axios Debug

npm version

A convenient way to view the requests and responses when using axios.

Installation

npm i axios-debug

Usage

// Axios must be available.
import axios from 'axios';

// Pass axios to the imported 'axios-debug' function.
require('axios-debug')(axios);

// Use axios as normal.
axios.get('/cats');

Keywords

FAQs

Last updated on 30 Jan 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc