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.8.0 to 0.8.1

6

index.d.ts

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

declare interface UserOptions {
request(debug: Debugger, config: AxiosRequestConfig): void;
response(debug: Debugger, response: AxiosResponse): void;
error(debug: Debugger, error: AxiosError): void;
request?(debug: Debugger, config: AxiosRequestConfig): void;
response?(debug: Debugger, response: AxiosResponse): void;
error?(debug: Debugger, error: AxiosError): void;
}

@@ -10,0 +10,0 @@

{
"name": "axios-debug-log",
"version": "0.8.0",
"version": "0.8.1",
"description": "Axios interceptor of logging requests & responses by debug.",

@@ -43,4 +43,4 @@ "main": "index.js",

"sinon": "^9.0.0",
"standard": "^14.0.0",
"typescript": "^3.5.1"
"standard": "^16.0.1",
"typescript": "^4.0.2"
},

@@ -47,0 +47,0 @@ "peerDependencies": {

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