axios-debug-log
Advanced tools
Comparing version 0.7.0 to 0.8.0
@@ -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 |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
7956