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

@nuxt/http

Package Overview
Dependencies
Maintainers
3
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxt/http - npm Package Compare versions

Comparing version 0.5.9 to 0.5.10

7

CHANGELOG.md

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

### [0.5.10](https://github.com/nuxt/http/compare/v0.5.9...v0.5.10) (2020-07-16)
### Bug Fixes
* **plugin:** debug option broken ([#117](https://github.com/nuxt/http/issues/117)) ([6bc1295](https://github.com/nuxt/http/commit/6bc12959a59b855dc9020e56fa0d0acb7f0e54d0))
### [0.5.9](https://github.com/nuxt/http/compare/v0.5.8...v0.5.9) (2020-07-14)

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

2

lib/plugin.js

@@ -134,3 +134,3 @@ import defu from 'defu'

// Setup interceptors
<% if (options.debug) { %>setupDebugInterceptor(axios) <% } %>
<% if (options.debug) { %>setupDebugInterceptor(http) <% } %>

@@ -137,0 +137,0 @@ return http

{
"name": "@nuxt/http",
"version": "0.5.9",
"version": "0.5.10",
"description": "Universal HTTP Module for Nuxt.js",

@@ -22,3 +22,3 @@ "repository": "nuxt/http",

"dependencies": {
"@nuxtjs/proxy": "^2.0.0",
"@nuxtjs/proxy": "^2.0.1",
"abort-controller": "^3.0.0",

@@ -25,0 +25,0 @@ "consola": "^2.14.0",

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