TooTallNate / node-proxy-agent

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

fix: updates socks-proxy-agent to 4.0.1 #26

Closed thisislawatts closed 6 years ago

thisislawatts commented 6 years ago

Ref #25

Upgrades 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.

thisislawatts commented 6 years ago

👋 Please let me know if there's anything I can do to help get this merged.