Socket
Socket
Sign inDemoInstall

@nuxtjs/axios

Package Overview
Dependencies
Maintainers
3
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 4.3.0 to 4.3.1

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # Change Log

<a name="4.3.1"></a>
## [4.3.1](https://github.com/nuxt-community/axios-module/compare/v4.3.0...v4.3.1) (2017-09-28)
<a name="4.3.0"></a>

@@ -7,0 +12,0 @@ # [4.3.0](https://github.com/nuxt-community/axios-module/compare/v4.2.1...v4.3.0) (2017-09-11)

18

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

@@ -38,20 +38,20 @@ "license": "MIT",

"chalk": "^2.1.0",
"debug": "^3.0.1",
"whatwg-url": "^6.1.0"
"debug": "^3.1.0",
"whatwg-url": "^6.3.0"
},
"devDependencies": {
"nuxt": "^1.0.0-rc8",
"nuxt": "^1.0.0-rc11",
"codecov": "^2.3.0",
"eslint": "^4.5.0",
"eslint": "^4.7.2",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jest": "^20.0.3",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-jest": "^21.2.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue": "^2.1.0",
"jest": "^20.0.4",
"jsdom": "^11.1.0",
"jest": "^21.2.1",
"jsdom": "^11.2.0",
"standard-version": "^4.2.0"
}
}

@@ -226,4 +226,4 @@ <p align="center">

axios: {
errorHandler (error, { error }) {
error('Request Error: ' + error)
errorHandler (errorReason, { error }) {
error('Request Error: ' + errorReason)
}

@@ -230,0 +230,0 @@ },

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