Socket
Socket
Sign inDemoInstall

grunt-connect-proxy

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-connect-proxy - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

package.json
{
"name": "grunt-connect-proxy",
"description": "Provides an http proxy as middleware for grunt connect.",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://github.com/drewzboto/grunt-connect-proxy",

@@ -45,2 +45,2 @@ "author": {

]
}
}

@@ -29,3 +29,6 @@ /*

utils.registerProxy({
server: new httpProxy.HttpProxy({ target: proxyOption }),
server: new httpProxy.HttpProxy({
target: proxyOption,
changeOrigin: proxyOption.changeOrigin
}),
config: proxyOption

@@ -32,0 +35,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