Problem
nodejs/README.md line 33 tells users to download the SOCKS5 example, but the URL points to node.js (the HTTP(S) example) while saving it as nodesocks5h.js. Following the docs produces an HTTP example under a SOCKS5 filename.
Steps
- Follow nodejs/README.md Installation step 3.
- Run: curl https://raw.githubusercontent.com/Decodo/Decodo/master/nodejs/node.js > nodesocks5h.js
- Open nodesocks5h.js.
Expected
Content of nodejs/nodesocks5h.js (uses socks-proxy-agent).
Actual
Content of nodejs/node.js (plain axios proxy: config, no SOCKS5 agent). Running it never uses SOCKS5.
Fix
nodejs/README.md:33 change path segment node.js -> nodesocks5h.js.
Environment
Repo master @ 2026-07-04. File: nodejs/README.md:33.
Thanks for maintaining Decodo/Decodo!
Reactions are currently unavailable
Problem
nodejs/README.md line 33 tells users to download the SOCKS5 example, but the URL points to node.js (the HTTP(S) example) while saving it as nodesocks5h.js. Following the docs produces an HTTP example under a SOCKS5 filename.
Steps
Expected
Content of nodejs/nodesocks5h.js (uses socks-proxy-agent).
Actual
Content of nodejs/node.js (plain axios proxy: config, no SOCKS5 agent). Running it never uses SOCKS5.
Fix
nodejs/README.md:33 change path segment node.js -> nodesocks5h.js.
Environment
Repo master @ 2026-07-04. File: nodejs/README.md:33.
Thanks for maintaining Decodo/Decodo!