Socket
Socket
Sign inDemoInstall

@nuxtjs/axios

Package Overview
Dependencies
Maintainers
5
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxtjs/axios - npm Package Compare versions

Comparing version 5.12.0 to 5.12.1

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [5.12.1](https://github.com/nuxt-community/axios-module/compare/v5.12.0...v5.12.1) (2020-08-05)
### Bug Fixes
* **plugin:** hide progress-bar on cancelled requests ([#398](https://github.com/nuxt-community/axios-module/issues/398)) ([2061721](https://github.com/nuxt-community/axios-module/commit/206172133e8cf3e8dc4f28efe34da695f2cb64f4))
## [5.12.0](https://github.com/nuxt-community/axios-module/compare/v5.11.0...v5.12.0) (2020-07-10)

@@ -7,0 +14,0 @@

4

lib/plugin.js

@@ -164,2 +164,6 @@ import Axios from 'axios'

if (Axios.isCancel(error)) {
if (currentRequests <= 0) {
currentRequests = 0
$loading().finish()
}
return

@@ -166,0 +170,0 @@ }

6

package.json
{
"name": "@nuxtjs/axios",
"version": "5.12.0",
"version": "5.12.1",
"description": "Secure and easy axios integration with Nuxt.js",

@@ -26,7 +26,7 @@ "license": "MIT",

"dependencies": {
"@nuxtjs/proxy": "^2.0.0",
"@nuxtjs/proxy": "^2.0.1",
"axios": "^0.19.2",
"axios-retry": "^3.1.8",
"consola": "^2.14.0",
"defu": "^2.0.4"
"defu": "^3.1.0"
},

@@ -33,0 +33,0 @@ "devDependencies": {

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