http-proxy
Advanced tools
Comparing version 1.13.0 to 1.13.1
@@ -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 @@ |
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42997
758