Socket
Socket
Sign inDemoInstall

proxying-agent

Package Overview
Dependencies
0
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.7 to 0.1.8

2

lib/proxying-agent.js

@@ -278,3 +278,3 @@ 'use strict';

ProxyingAgent.prototype.emitError = function(req, message) {
req.emit('error', new Error(message));
(req.socket || req).emit('error', new Error(message));
};

@@ -281,0 +281,0 @@

{
"name": "proxying-agent",
"version": "0.1.7",
"version": "0.1.8",
"description": "Node HTTP/HTTPS Forward Proxy Agent",

@@ -5,0 +5,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc