New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cnamts/vue-cli-plugin-proxy

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cnamts/vue-cli-plugin-proxy - npm Package Compare versions

Comparing version 2.1.4 to 2.1.5

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## [v2.1.5](https://github.com/assurance-maladie-digital/vue-cli-plugin-proxy/compare/v2.1.4...v2.1.5) (02-10-2018)
* 🐛 Final fix for options
## [v2.1.4](https://github.com/assurance-maladie-digital/vue-cli-plugin-proxy/compare/v2.1.3...v2.1.4) (02-10-2018)

@@ -2,0 +6,0 @@

4

index.js

@@ -6,6 +6,6 @@ var proxy = require('http-proxy-middleware');

app.use(proxy(
options.pluginOptions.proxy.context,
options.pluginOptions.proxy.options
options.pluginOptions.proxy.options.context,
options.pluginOptions.proxy.options.options
));
});
};
{
"name": "@cnamts/vue-cli-plugin-proxy",
"version": "2.1.4",
"version": "2.1.5",
"description": "Provide all http-proxy-middleware options to vue-cli",

@@ -5,0 +5,0 @@ "keywords": [

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