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

@nuxtjs/proxy

Package Overview
Dependencies
Maintainers
4
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxtjs/proxy - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

10

CHANGELOG.md

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

<a name="1.3.1"></a>
## [1.3.1](https://github.com/nuxt-community/proxy-module/compare/v1.3.0...v1.3.1) (2018-10-30)
### Bug Fixes
* add hint for "universal" mode only ([#10](https://github.com/nuxt-community/proxy-module/issues/10)) ([c78b122](https://github.com/nuxt-community/proxy-module/commit/c78b122))
<a name="1.3.0"></a>

@@ -7,0 +17,0 @@ # [1.3.0](https://github.com/nuxt-community/proxy-module/compare/v1.2.4...v1.3.0) (2018-10-29)

4

lib/module.js

@@ -15,2 +15,6 @@ const Proxy = require('http-proxy-middleware')

this.nuxt.hook('generate:before', () => {
consola.warn('This module does not work in generated mode')
})
// Defaults

@@ -17,0 +21,0 @@ const defaults = Object.assign(

16

package.json
{
"name": "@nuxtjs/proxy",
"version": "1.3.0",
"version": "1.3.1",
"description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",

@@ -38,15 +38,15 @@ "license": "MIT",

"codecov": "latest",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint": "^5.8.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-jest": "^21.15.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "latest",
"eslint-plugin-vue": "^4.4.0",
"jest": "^22.4.3",
"jsdom": "^11.6.2",
"nuxt-edge": "2.3.0-25679177.a9b68c5",
"jest": "^23.6.0",
"jsdom": "^13.0.0",
"nuxt-edge": "2.3.0-25680860.4503d42",
"standard-version": "latest"
}
}

@@ -31,2 +31,4 @@ # Proxy Module

⚠ Does not work in generated/static mode!
## Setup

@@ -33,0 +35,0 @@ - Add `@nuxtjs/proxy` dependency using yarn or npm to your project

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