Socket
Socket
Sign inDemoInstall

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.1.1 to 2.1.2

2

lib/proxying-agent.js

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

port = host.port;
host = host.hostname;
host = host.hostname || host.host;
}

@@ -72,0 +72,0 @@ if (this.options.authType === 'ntlm') {

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

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

@@ -6,3 +6,3 @@ <div align="center"><img src="https://capriza.github.io/images/logos/logos-bird.svg" height="128" /></div>

This a Node http agent capable of forward proxying HTTP/HTTPS requests.
This is a node http agent capable of forward proxying HTTP/HTTPS requests.

@@ -9,0 +9,0 @@ It supports the following:

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