TooTallNate / node-proxy-agent

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

using deprecated socks library #25

Closed zfil closed 6 years ago

zfil commented 6 years ago

Hello

Please upgrade socks-proxy-agent to avoid using a deprecated socks library:

npm WARN deprecated socks@1.1.10: If using 2.x branch, please upgrade to at least 2.1.6 to avoid a serious bug with socket data flow and an import issue introduced in 2.1.0 npm notice created a lockfile as package-lock.json. You should commit this file.

socks-proxy-agent 4.0.1 has socks upgraded to 2.2.0.

Thanks

TooTallNate commented 6 years ago

Fixed by #26.