TooTallNate / node-proxy-agent

Maps proxy protocols to `http.Agent` implementations
285 stars 69 forks source link

Revert socks-proxy-agent to 3.x to maintain compatibility with node 4.x #21

Closed ggoodman closed 6 years ago

ggoodman commented 6 years ago

socks-proxy-agent@4.x introduced reliance on a version of socks that is only supported in node >=6.x due to function argument initializer syntax. This PR downgrades socks-proxy-agent.

Fixes #18.