@nuxtjs/axios
Advanced tools
Comparing version 5.7.1 to 5.8.0
@@ -5,2 +5,9 @@ # Changelog | ||
## [5.8.0](https://github.com/nuxt-community/axios-module/compare/v5.7.1...v5.8.0) (2019-10-23) | ||
### Features | ||
* add `CancelToken` and `isCancel` to axios instance ([#292](https://github.com/nuxt-community/axios-module/issues/292)) ([b9335b1](https://github.com/nuxt-community/axios-module/commit/b9335b1c55b3af34e2d6e5897fedb8372a620ce4)) | ||
### [5.7.1](https://github.com/nuxt-community/axios-module/compare/v5.7.0...v5.7.1) (2019-10-22) | ||
@@ -7,0 +14,0 @@ |
@@ -187,2 +187,4 @@ import Axios from 'axios' | ||
const axios = Axios.create(axiosOptions) | ||
axios.CancelToken = Axios.CancelToken | ||
axios.isCancel = Axios.isCancel | ||
@@ -189,0 +191,0 @@ // Extend axios proto |
{ | ||
"name": "@nuxtjs/axios", | ||
"version": "5.7.1", | ||
"version": "5.8.0", | ||
"description": "Secure and easy axios integration with Nuxt.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
35154
318