{"id":18827575,"url":"https://github.com/rclarey/socks5","last_synced_at":"2025-10-24T04:31:39.818Z","repository":{"id":43013765,"uuid":"467088026","full_name":"rclarey/socks5","owner":"rclarey","description":"SOCKS5 proxy library for Deno","archived":false,"fork":false,"pushed_at":"2022-03-23T08:20:40.000Z","size":27,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-08T19:12:24.552Z","etag":null,"topics":["deno","proxy","socks","socks-proxy","socks5","socks5-proxy"],"latest_commit_sha":null,"homepage":"https://deno.land/x/socks5","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rclarey.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-03-07T12:38:19.000Z","updated_at":"2024-05-30T14:48:32.000Z","dependencies_parsed_at":"2022-08-27T12:41:16.649Z","dependency_job_id":null,"html_url":"https://github.com/rclarey/socks5","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/rclarey/socks5","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rclarey%2Fsocks5","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rclarey%2Fsocks5/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rclarey%2Fsocks5/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rclarey%2Fsocks5/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rclarey","download_url":"https://codeload.github.com/rclarey/socks5/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rclarey%2Fsocks5/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266117280,"owners_count":23879041,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deno","proxy","socks","socks-proxy","socks5","socks5-proxy"],"created_at":"2024-11-08T01:17:05.336Z","updated_at":"2025-10-24T04:31:39.744Z","avatar_url":"https://github.com/rclarey.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A SOCKS5 proxy library for Deno\n\n\u003ca href=\"https://github.com/rclarey/socks5/actions\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/workflow/status/rclarey/socks5/CI\" alt=\"GitHub Workflow Status\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/rclarey/socks5/releases\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/v/release/rclarey/socks5\" alt=\"GitHub release (latest by date)\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"https://doc.deno.land/https/raw.githubusercontent.com/rclarey/socks5/main/client.ts\"\u003e\n  \u003cimg src=\"https://doc.deno.land/badge.svg\" alt=\"Documentation\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"https://deno-visualizer.danopia.net/dependencies-of/https/raw.githubusercontent.com/rclarey/socks5/main/client.ts\"\u003e\n  \u003cimg src=\"https://img.shields.io/endpoint?url=https%3A%2F%2Fdeno-visualizer.danopia.net%2Fshields%2Fdep-count%2Fhttps%2Fraw.githubusercontent.com%2Frclarey%2Fsocks5%2Fmain%2Fclient.ts\" alt=\"Dependencies\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/rclarey/socks5/blob/main/LICENSE\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/license/rclarey/socks5\" alt=\"MIT License\" /\u003e\n\u003c/a\u003e\n\n## Features\n\n- Supported commands\n  - ✅ CONNECT\n  - ❌ BIND\n  - ✅ UDP ASSOCIATE\n\n- Supported authentication methods\n  - No authentication\n  - Username \u0026 password\n\n## Usage\n\n```typescript\nimport { Client } from \"https://deno.land/x/socks5/client.ts\";\n\nconst config = {\n  // hostname of the proxy server\n  hostname: \"my-proxy-server.example\",\n  // optional, port of the proxy server. defaults to 1080\n  port: 1234,\n  // optional, username and password to authenticate. not required if\n  // the server supports using no authentication\n  username: \"my_name\",\n  password: \"my_password\",\n};\nconst client = new Client(config);\n\n// now you can replace\nDeno.connect(connectOpts);\n// with\nclient.connect(connectOpts);\n\n// and you can replace\nDeno.listenDatagram(listenOpts);\n// with\nclient.listenDatagram(listenOpts);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frclarey%2Fsocks5","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frclarey%2Fsocks5","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frclarey%2Fsocks5/lists"}