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.11.0 to 1.11.1

4

lib/http-proxy/index.js
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 @@ },

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