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

axios-debug-log

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

axios-debug-log - npm Package Compare versions

Comparing version 0.7.0 to 0.8.0

2

index.d.ts

@@ -11,5 +11,5 @@ import { AxiosInstance, AxiosRequestConfig, AxiosResponse, AxiosError } from "axios";

declare const config: ((userOptions: UserOptions) => void) & {
addLogger(instance: AxiosInstance, debug: Debugger): void;
addLogger(instance: AxiosInstance, debug?: Debugger): void;
}
export = config;
{
"name": "axios-debug-log",
"version": "0.7.0",
"version": "0.8.0",
"description": "Axios interceptor of logging requests & responses by debug.",

@@ -38,3 +38,3 @@ "main": "index.js",

"axios": ">=0.17.0",
"mocha": "^7.0.1",
"mocha": "^8.0.1",
"nyc": "^15.0.0",

@@ -41,0 +41,0 @@ "should": "^13.1.3",

# axios-debug-log
[![Greenkeeper badge](https://badges.greenkeeper.io/Gerhut/axios-debug-log.svg)](https://greenkeeper.io/)
[![Build Status](https://travis-ci.org/Gerhut/axios-debug-log.svg?branch=master)](https://travis-ci.org/Gerhut/axios-debug-log)

@@ -69,4 +68,5 @@ [![Coverage Status](https://coveralls.io/repos/github/Gerhut/axios-debug-log/badge.svg?branch=master)](https://coveralls.io/github/Gerhut/axios-debug-log?branch=master)

[![AppImage](https://avatars0.githubusercontent.com/u/16617932?s=200)](https://github.com/AppImage)
[![pytorch](https://avatars0.githubusercontent.com/u/21003710?s=200)](https://github.com/pytorch)
*Add Yours...*
*And Yours...*

@@ -73,0 +73,0 @@ ## License

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