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

socks

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

socks - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

12

build/client/socksclient.js

@@ -42,3 +42,5 @@ "use strict";

}
resolve(info);
else {
resolve(info);
}
});

@@ -49,3 +51,5 @@ client.once('error', (err) => {

}
reject(err);
else {
reject(err);
}
});

@@ -56,3 +60,5 @@ client.once('close', () => {

}
reject();
else {
reject();
}
});

@@ -59,0 +65,0 @@ });

{
"name": "socks",
"private": false,
"version": "2.0.2",
"version": "2.0.3",
"description": "Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.",

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

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