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

http-proxy

Package Overview
Dependencies
Maintainers
4
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http-proxy - npm Package Compare versions

Comparing version 1.13.0 to 1.13.1

5

lib/http-proxy/common.js

@@ -185,3 +185,6 @@ var common = exports,

retSegs = [
args.filter(Boolean).join('/').replace(/\/+/g, '/').replace(/:\//g, '://')
args.filter(Boolean).join('/')
.replace(/\/+/g, '/')
.replace('http:/', 'http://')
.replace('https:/', 'https://')
];

@@ -188,0 +191,0 @@

2

package.json
{
"name": "http-proxy",
"version": "1.13.0",
"version": "1.13.1",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

@@ -16,3 +16,3 @@ <p align="center">

`node-http-proxy` is an HTTP programmable proxying library that supports
websockets. It is suitable for implementing components such as
websockets. It is suitable for implementing components such as reverse
proxies and load balancers.

@@ -433,3 +433,3 @@

A proxy table API is available through through this add-on [module](https://github.com/donasaur/http-proxy-rules), which lets you define a set of rules to translate matching routes to target routes that the reverse proxy will talk to.
A proxy table API is available through this add-on [module](https://github.com/donasaur/http-proxy-rules), which lets you define a set of rules to translate matching routes to target routes that the reverse proxy will talk to.

@@ -436,0 +436,0 @@ #### Test

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