Comparing version 1.1.5 to 1.1.6
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29780