TooTallNate / node-pac-proxy-agent

A PAC file proxy `http.Agent` implementation for HTTP and HTTPS
59 stars 57 forks source link

This is broken in node v4 #17

Closed liuzhen2008 closed 5 years ago

liuzhen2008 commented 6 years ago

This is broken in node v4

Lets not use "socks-proxy-agent": "^4.0.0" pls lets only use 3.0.0.

Or at least bump major version

TooTallNate commented 5 years ago

v3.0.0 drops Node 4 support. Stick to 2.x.x if you still need Node 4 support.