Socket
Socket
Sign inDemoInstall

@nuxtjs/axios

Package Overview
Dependencies
Maintainers
4
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.2.0 to 5.3.0

10

CHANGELOG.md

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

<a name="5.3.0"></a>
# [5.3.0](https://github.com/nuxt-community/axios-module/compare/v5.2.0...v5.3.0) (2018-03-31)
### Features
* CLI improvements ([481e6da](https://github.com/nuxt-community/axios-module/commit/481e6da))
<a name="5.2.0"></a>

@@ -7,0 +17,0 @@ # [5.2.0](https://github.com/nuxt-community/axios-module/compare/v5.1.1...v5.2.0) (2018-03-31)

5

lib/module.js

@@ -1,2 +0,1 @@

const chalk = require('chalk')
const path = require('path')

@@ -99,6 +98,6 @@ const consola = require('consola')

logger.info(`BaseURL: ${chalk.green(options.baseURL)}`)
logger.info(`BaseURL (Browser): ${chalk.green(options.browserBaseURL)}`)
logger.debug(`baseURL: ${options.baseURL}`)
logger.debug(`browserBaseURL: ${options.browserBaseURL}`)
}
module.exports.meta = require('../package.json')

7

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

@@ -37,7 +37,6 @@ "license": "MIT",

"dependencies": {
"@nuxtjs/proxy": "^1.2.1",
"@nuxtjs/proxy": "^1.2.3",
"axios": "^0.18.0",
"axios-retry": "^3.0.2",
"chalk": "^2.3.2",
"consola": "^1.0.0"
"consola": "^1.1.1"
},

@@ -44,0 +43,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