TooTallNate / node-proxy-agent

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

Upgrade pac-proxy-agent to 3.x #31

Closed SkyHacks closed 6 years ago

SkyHacks commented 6 years ago

Related to https://github.com/TooTallNate/node-proxy-agent/pull/30.

pac-proxy-agent@2 is also pulling in a deprecated version of socks.

Because proxy-agent@3 has dropped Node 4 support, pac-proxy-agent can be safely updated.

SkyHacks commented 6 years ago

@TooTallNate Please create a new release for this on NPM

SkyHacks commented 6 years ago

@TooTallNate Both this PR and https://github.com/TooTallNate/superagent-proxy/pull/30 are waiting for their respective versions to be published to NPM. Thanks for your help with this!