http-proxy
Advanced tools
Comparing version 1.11.0 to 1.11.1
var httpProxy = exports, | ||
extend = require('util')._extend, | ||
parse_url = require('url').parse, | ||
EE3 = require('eventemitter3').EventEmitter, | ||
EE3 = require('eventemitter3'), | ||
http = require('http'), | ||
@@ -107,3 +107,3 @@ https = require('https'), | ||
this.on('error', this.onError.bind(this)); | ||
this.on('error', this.onError, this); | ||
@@ -110,0 +110,0 @@ } |
{ | ||
"name": "http-proxy", | ||
"version": "1.11.0", | ||
"version": "1.11.1", | ||
"repository": { | ||
@@ -16,3 +16,3 @@ "type": "git", | ||
"dependencies": { | ||
"eventemitter3": "0.x.x", | ||
"eventemitter3": "1.x.x", | ||
"requires-port": "0.x.x" | ||
@@ -19,0 +19,0 @@ }, |
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
38489
+ Addedeventemitter3@1.2.0(transitive)
- Removedeventemitter3@0.1.6(transitive)
Updatedeventemitter3@1.x.x