mattcg / socks5-client

SOCKS v5 client socket implementation in JavaScript for Node.JS.
Other
56 stars 31 forks source link

Export Socks5ClientSocket #7

Closed paralin closed 9 years ago

paralin commented 9 years ago

You should make Socks5ClientSocket accessible in the default export, so people can use this package as a raw socket.

mattcg commented 9 years ago

Done. You're now able to access it as require('socks5-client').Socket.

paralin commented 9 years ago

That was quick. Thanks.