http-forward
Advanced tools
Comparing version 0.1.1 to 0.1.3
@@ -29,4 +29,4 @@ var HttpProxy = require('http-proxy') | ||
function cleanup(proxy) { | ||
proxy.removeListener('error') | ||
proxy.removeListener('proxyRes') | ||
proxy.removeAllListeners('error') | ||
proxy.removeAllListeners('proxyRes') | ||
} | ||
@@ -33,0 +33,0 @@ |
{ | ||
"name": "http-forward", | ||
"description": "Simple proxy forward for incoming HTTP request", | ||
"version": "0.1.1", | ||
"version": "0.1.3", | ||
"repository": "h2non/http-forward", | ||
@@ -6,0 +6,0 @@ "author": "Tomas Aparicio", |
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
3367