New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

proxy-chain

Package Overview
Dependencies
Maintainers
10
Versions
149
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 2.0.2-beta.4 to 2.0.2-beta.5

2

package.json
{
"name": "proxy-chain",
"version": "2.0.2-beta.4",
"version": "2.0.2-beta.5",
"description": "Node.js implementation of a proxy server (think Squid) with support for SSL, authentication, upstream proxy chaining, and protocol tunneling.",

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

@@ -241,3 +241,3 @@ # Programmable HTTP proxy server for Node.js

### `anonymizeProxy({ proxyUrl, port }, callback)`
### `anonymizeProxy({ url, port }, callback)`

@@ -262,3 +262,3 @@ Parses and validates a HTTP proxy URL. If the proxy requires authentication,

const oldProxyUrl = 'http://bob:password123@proxy.example.com:8000';
const newProxyUrl = await proxyChain.anonymizeProxy({ proxyUrl: oldProxyUrl });
const newProxyUrl = await proxyChain.anonymizeProxy({ url: oldProxyUrl });

@@ -265,0 +265,0 @@ // Prints something like "http://127.0.0.1:45678"

Sorry, the diff of this file is not supported yet

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