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 2.0.1 to 2.0.2

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

<a name="2.0.2"></a>
## [2.0.2](https://github.com/nuxt/modules/compare/@nuxtjs/axios@2.0.1...@nuxtjs/axios@2.0.2) (2017-06-09)
### Bug Fixes
* **axios:** Node 6.x support ([54deac0](https://github.com/nuxt/modules/commit/54deac0))
<a name="2.0.1"></a>

@@ -8,0 +19,0 @@ ## [2.0.1](https://github.com/nuxt/modules/compare/@nuxtjs/axios@2.0.0...@nuxtjs/axios@2.0.1) (2017-06-09)

4

index.js
const chalk = require('chalk')
const path = require('path')
const { URL } = require('url')
const { URL } = require('whatwg-url')

@@ -11,3 +11,3 @@ const port = process.env.PORT || process.env.npm_package_config_nuxt_port || 3000

const options = Object.assign({
baseURL: process.env.API_URL || `http://${host}:${port}/api`,
baseURL: `http://${host}:${port}/api`,
browserBaseURL: null,

@@ -14,0 +14,0 @@ credentials: true,

{
"name": "@nuxtjs/axios",
"version": "2.0.1",
"version": "2.0.2",
"license": "MIT",

@@ -12,4 +12,5 @@ "main": "index.js",

"dependencies": {
"axios": "^0.16.1"
"axios": "^0.16.1",
"whatwg-url": "^5.0.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc