axios-debug-log
Advanced tools
Comparing version 0.8.0 to 0.8.1
@@ -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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7959