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.10.1 to 5.10.2

7

CHANGELOG.md

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

### [5.10.2](https://github.com/nuxt-community/axios-module/compare/v5.10.1...v5.10.2) (2020-04-27)
### Bug Fixes
* **plugin:** add missing $ prefix to globalName ([#356](https://github.com/nuxt-community/axios-module/issues/356)) ([47788bd](https://github.com/nuxt-community/axios-module/commit/47788bdd0384807c9d63aa3caa7f2031f44d4c96))
### [5.10.1](https://github.com/nuxt-community/axios-module/compare/v5.10.0...v5.10.1) (2020-04-22)

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

2

lib/plugin.js

@@ -5,3 +5,3 @@ import Axios from 'axios'

const globalName = '<%= globalName %>'
const globalName = '$<%= globalName %>'

@@ -8,0 +8,0 @@ // Axios.prototype cannot be modified

{
"name": "@nuxtjs/axios",
"version": "5.10.1",
"version": "5.10.2",
"description": "Secure and easy axios integration with Nuxt.js",

@@ -28,3 +28,3 @@ "license": "MIT",

"axios": "^0.19.2",
"axios-retry": "^3.1.6",
"axios-retry": "^3.1.8",
"consola": "^2.11.3",

@@ -31,0 +31,0 @@ "defu": "^2.0.2"

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