| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-08 | 321 Bytes | |
| socks-proxy-agent@10.1.0 source code.tar.gz | 2026-06-08 | 280.8 kB | |
| socks-proxy-agent@10.1.0 source code.zip | 2026-06-08 | 353.3 kB | |
| Totals: 3 Items | 634.4 kB | 5 | |
Minor Changes
- 3ebf4b2: Add
proxyevent emission on the request object for all proxy agents. After the proxy connection is established, the request emits aproxyevent with{ proxy, socket }whereproxyis the proxy URL string. This is useful for debugging and logging which proxy was used for a connection.