Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

proxying-agent

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

proxying-agent - npm Package Compare versions

Comparing version 2.2.4 to 2.3.0

7

lib/proxying-agent.js

@@ -115,2 +115,5 @@ 'use strict';

tunnelOptions.headers[this.authHeader.header] = this.authHeader.value;
if (this.authHeader.keepAlive) {
tunnelOptions.headers["Proxy-Connection"] = "Keep-Alive";
}
}

@@ -183,2 +186,3 @@

ntlmOptions.headers['Proxy-Authorization'] = ntlm.createType1Message(ntlmOptions.ntlm);
ntlmOptions.headers['Proxy-Connection'] = "Keep-Alive";

@@ -209,3 +213,4 @@ // create the NTLM type 1 request

header: 'Proxy-Authorization',
value: ntlm.createType3Message(type2msg, ntlmOptions.ntlm)
value: ntlm.createType3Message(type2msg, ntlmOptions.ntlm),
keepAlive: true
}

@@ -212,0 +217,0 @@

2

package.json
{
"name": "proxying-agent",
"version": "2.2.4",
"version": "2.3.0",
"description": "Node HTTP/HTTPS Forward Proxy Agent",

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

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