JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 33622
  • Score
    100M100P100Q144259F

SOCKS v5 client socket implementation.

Package Exports

  • socks5-client

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (socks5-client) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

SOCKS5 Client

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

Original code forked from node-socksified.

Usage

Look at socks5-http-client or socks5-https-client for an example.

License

Copyright © 2012 Matthew Caruana Galizia, licensed under an MIT license.

Portions of this code are copyright (c) 2011 Valentin Háloiu, redistributed and modified under an MIT license.