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.2 to 5.9.3

7

CHANGELOG.md

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

### [5.9.3](https://github.com/nuxt-community/axios-module/compare/v5.9.2...v5.9.3) (2020-01-11)
### Bug Fixes
* **types:** extend from `AxiosStatic` ([#319](https://github.com/nuxt-community/axios-module/issues/319)) ([9223a57](https://github.com/nuxt-community/axios-module/commit/9223a57c7ac65b2c414858360126d23bf60f9c82))
### [5.9.2](https://github.com/nuxt-community/axios-module/compare/v5.9.1...v5.9.2) (2020-01-02)

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

4

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

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

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

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

@@ -1,6 +0,6 @@

import { AxiosError, AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios'
import { AxiosError, AxiosRequestConfig, AxiosResponse, AxiosStatic } from 'axios'
import Vue from 'vue'
import './vuex'
interface NuxtAxiosInstance extends AxiosInstance {
interface NuxtAxiosInstance extends AxiosStatic {
$request<T = any>(config: AxiosRequestConfig): Promise<T>

@@ -7,0 +7,0 @@ $get<T = any>(url: string, config?: AxiosRequestConfig): Promise<T>

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