# socks5-client

> SOCKS v5 client socket implementation.

Latest version **1.2.8** (published 2019-07-31) · MIT license · 0 weekly downloads

## Install

```sh
npm install socks5-client
pnpm add socks5-client
yarn add socks5-client
bun add socks5-client
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.2.8 |
| Published | 2019-07-31 |
| First published | 2013-03-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 6.4.0 |
| Dependencies | 1 |
| Unpacked size | 11 KB |
| Known vulnerabilities | 0 (+2 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 56 |
| Author | Matthew Caruana Galizia |
| Maintainers | mcg |
| Keywords | socks5, socksv5, socks, v5, client, socket |

## Links

- npm: https://www.npmjs.com/package/socks5-client
- Repository: https://github.com/mattcg/socks5-client
- Issues: https://github.com/mattcg/socks5-client/issues
- npm.io page: https://npm.io/package/socks5-client

## Dependencies (1)

- [ip-address](https://npm.io/package/ip-address.md) ~6.1.0

## Alternatives

- [@opentelemetry/exporter-zipkin](https://npm.io/package/@opentelemetry/exporter-zipkin.md) — 14.8M weekly downloads
- [pusher-js](https://npm.io/package/pusher-js.md) — 2.0M weekly downloads
- [browserify](https://npm.io/package/browserify.md) — 1.7M weekly downloads
- [sqs-consumer](https://npm.io/package/sqs-consumer.md) — 1.7M weekly downloads
- [@sanity/eventsource](https://npm.io/package/@sanity/eventsource.md) — 930.8K weekly downloads

## Recent versions

- 1.2.8 (latest) — 2019-07-31
- 1.2.6 — 2018-04-01
- 1.2.5 — 2017-07-07
- 1.2.4 — 2017-06-21
- 1.2.3 — 2016-11-16
- 1.2.2 — 2016-11-16
- 1.2.1 — 2016-08-22
- 1.2.0 — 2016-07-20
- 1.1.2 — 2015-11-09
- 1.1.0 — 2015-03-23
- 1.0.0 — 2015-02-25
- 0.3.6 — 2014-03-19
- 0.3.4 — 2013-05-23
- 0.3.3 — 2013-04-23
- 0.3.2 — 2013-04-18
- … 6 more at https://npm.io/package/socks5-client/versions

## README

# SOCKS5 Client #

SOCKS v5 client socket implementation in JavaScript for Node.js.

Original code forked from [node-socksified](https://github.com/vially/node-socksified).

## Usage ##

Look at [socks5-http-client](https://github.com/mattcg/socks5-http-client) or [socks5-https-client](https://github.com/mattcg/socks5-https-client) for an example.

## License ##

Copyright (c) 2012 [Matthew Caruana Galizia](http://twitter.com/mcaruanagalizia). See `LICENSE`.

Portions of this code are copyright (c) 2011 Valentin Háloiu.

---
_Source: https://npm.io/package/socks5-client · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
