Socket
Socket
Sign inDemoInstall

sockx

Package Overview
Dependencies
1
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.3 to 0.2.0

3

lib/Agents.js

@@ -225,2 +225,5 @@ // Copyright Joyent, Inc. and other Node contributors.

var client = self.createConnection(options);
client.on('error', function(err) {
req.emit('error', err);
});
client.once('connect', function(s) {

@@ -227,0 +230,0 @@ if (isHttpsAgent(self)) {

2

package.json
{
"name": "sockx",
"version": "0.1.3",
"version": "0.2.0",
"author": "Brian White <mscdex@mscdex.net>",

@@ -5,0 +5,0 @@ "description": "SOCKS protocol version 5 server and client implementations for node.js",

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