Socket
Socket
Sign inDemoInstall

@deraw/vue-cli-plugin-proxy

Package Overview
Dependencies
17
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.5 to 2.2.6

.github/PULL_REQUEST_TEMPLATE.md

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## [v2.2.6](https://github.com/deraw/vue-cli-plugin-proxy/compare/v2.2.5...v2.2.6) (30-04-2020)
* ⬆️ Upgrade http-proxy-middleware to v1
* 📝 Update license
* 📝 Add SECURITY.md
## [v2.2.5](https://github.com/deraw/vue-cli-plugin-proxy/compare/v2.2.4...v2.2.5) (16-07-2019)

@@ -2,0 +8,0 @@

2

CONTRIBUTING.md

@@ -9,3 +9,3 @@ # Contributing

Before creating a new issue, [check if your bug hasn't alreaydy been reported](https://github.com/assurance-maladie-digital/vue-cli-plugin-proxy/issues?utf8=%E2%9C%93&q=is%3Aissue). If it's the case and you don't find a solution in the comments, contribute to the issue instead of creating a new one.
Before creating a new issue, [check if your bug hasn't already been reported](https://github.com/assurance-maladie-digital/vue-cli-plugin-proxy/issues?utf8=%E2%9C%93&q=is%3Aissue). If it's the case and you don't find a solution in the comments, contribute to the issue instead of creating a new one.

@@ -12,0 +12,0 @@ ### Submit a (good) bug report

@@ -1,2 +0,2 @@

const proxy = require('http-proxy-middleware');
const { createProxyMiddleware } = require('http-proxy-middleware');

@@ -8,3 +8,3 @@ module.exports = (api, options) => {

api.configureDevServer((app) => {
app.use(proxy(
app.use(createProxyMiddleware(
opts.context,

@@ -11,0 +11,0 @@ opts.options

{
"name": "@deraw/vue-cli-plugin-proxy",
"version": "2.2.5",
"version": "2.2.6",
"description": "Provide all http-proxy-middleware options to vue-cli",

@@ -27,4 +27,4 @@ "keywords": [

"dependencies": {
"http-proxy-middleware": "^0.19.1"
"http-proxy-middleware": "^1.0.3"
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc