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

proxy-chain

Package Overview
Dependencies
Maintainers
4
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

proxy-chain - npm Package Compare versions

Comparing version 0.1.25 to 0.1.26

2

build/server.js

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

if (funcResult && funcResult.requestAuthentication) {
throw new RequestError('Proxy credentials required.', 407);
throw new RequestError(funcResult.failMsg || 'Proxy credentials required.', 407);
}

@@ -315,0 +315,0 @@

@@ -0,1 +1,5 @@

0.1.26 / 2018-02-14
===================
- If connection is denied because of authentication error, optionally "prepareRequestFunction" can provide error message.
0.1.25 / 2018-02-12

@@ -2,0 +6,0 @@ ===================

{
"name": "proxy-chain",
"version": "0.1.25",
"version": "0.1.26",
"description": "Node.js implementation of a proxy server (think Squid) with support for SSL, authentication and upstream proxy chaining.",

@@ -5,0 +5,0 @@ "main": "build/index.js",

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