Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nuxtjs/axios

Package Overview
Dependencies
Maintainers
6
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.9.3 to 5.9.4

7

CHANGELOG.md

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

### [5.9.4](https://github.com/nuxt-community/axios-module/compare/v5.9.3...v5.9.4) (2020-01-30)
### Bug Fixes
* **types:** add `setBaseURL` ([#329](https://github.com/nuxt-community/axios-module/issues/329)) ([9d00d6a](https://github.com/nuxt-community/axios-module/commit/9d00d6a9b5e21396d3b195f824dd2cfe99ca9012))
### [5.9.3](https://github.com/nuxt-community/axios-module/compare/v5.9.2...v5.9.3) (2020-01-11)

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

4

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

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

"@nuxtjs/proxy": "^1.3.3",
"axios": "^0.19.1",
"axios": "^0.19.2",
"axios-retry": "^3.1.2",

@@ -30,0 +30,0 @@ "consola": "^2.11.3",

@@ -15,2 +15,3 @@ import { AxiosError, AxiosRequestConfig, AxiosResponse, AxiosStatic } from 'axios'

setBaseURL(baseURL: string): void
setHeader(name: string, value?: string | false, scopes?: string | string[]): void

@@ -17,0 +18,0 @@ setToken(token: string | false, type?: string, scopes?: string | string[]): void

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