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

dynamic-reverse-proxy

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dynamic-reverse-proxy - npm Package Compare versions

Comparing version 0.4.3 to 0.4.4

1

lib/dynamicProxy.js

@@ -127,3 +127,4 @@ var httpProxy = require("http-proxy"),

req.host = Object.create(host);
res.setHeader("x-served-by", "http://" + host.host + ":" + host.port + host.prefix);
this.proxy.proxyRequest(req, res, host);
};

4

package.json
{
"author": "Andrew Dunkman <andrew@dunkman.org>",
"name": "dynamic-reverse-proxy",
"version": "0.4.3",
"version": "0.4.4",
"repository": {

@@ -9,3 +9,3 @@ "url": "git://github.com/softek/dynamic-reverse-proxy.git"

"dependencies": {
"http-proxy": "0.8.3"
"http-proxy": "0.8.5"
},

@@ -12,0 +12,0 @@ "engines": {

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