Socket
Socket
Sign inDemoInstall

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 1.1.5 to 1.1.6

2

package.json
{
"name": "socks",
"version": "1.1.5",
"version": "1.1.6",
"description": "A SOCKS proxy client supporting SOCKS 4, 4a, and 5. (also supports BIND/Associate)",

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

@@ -223,3 +223,3 @@ socks

###Socks.createConnection( options, callback(err, socket, info) )
### Socks.createConnection( options, callback(err, socket, info) )
> `Object` **Object containing options to use when creating this connection**

@@ -303,3 +303,3 @@

###Socks.createUDPFrame( target, data, [frame] )
### Socks.createUDPFrame( target, data, [frame] )
> `Object` **Target host object containing destination for UDP packet**

@@ -330,3 +330,3 @@

###Socks.Agent( options, tls) )
### Socks.Agent( options, tls) )
> `Object` **Object containing options to use when creating this connection (see above in createConnection)**

@@ -333,0 +333,0 @@

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