socks : A SOCKS proxy client supporting SOCKS 4, 4a, and 5. (also supports BIND/Associate). You can installing socks npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install socks $ sudo npm install -g socks
If want to update the socks package execute the command as below,
$ sudo npm update socks
Update package globally,
$ npm install -g socks
$ sudo git clone https://github.com/rektide/socks.git
$ sudo npm install -g ./socks
socks@1.1.10 /usr/lib/node_modules/socks
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall socks
| Package Name | socks |
| Version | 1.1.10 |
| Description | A SOCKS proxy client supporting SOCKS 4, 4a, and 5. (also supports BIND/Associate) |
| Released Date | 2017-01-14T03:55:36.177Z |
| Published by | joshglazebrook |
| How to Learn | https://www.npmjs.com/package/socks/tutorial |