TooTallNate/node-proxy-agent

Update request agent-base

seiya-git opened this issue ยท 12 comments

Please update agent-base dependency in package.json
ref: TooTallNate/node-agent-base#35

@TooTallNate is it possible to get an update on this? It's causing issues for anyone using this package (or a package using this package) with the same severity as: TooTallNate/node-agent-base#35. Thanks!

We very much need this updated so we can get around TooTallNate/node-agent-base#35

Need this very much, in particular this makes got requests fail when node-proxy-agent is indirectly required. Any update, @TooTallNate?

ping @TooTallNate again, +1 on got proxy issues.

Additonally, when updating please release this as minor release rather than a major like happened with agent-base itself. Any attempts at using got in integrations in other projects that might have other integrations depending somewhere on any of the proxy-agents, makes it impossible to use https URLs because of the patching in v4 of agent-base.
another ping for @TooTallNate

Need this too!
Please @TooTallNate

Google Cloud suddenly probably changed its nodejs10 runtime and this became an issue for us using got. I can't find a proper solution for this.

I also got the same problem with got versions >=10

Just a tip for anyone who needs to solve this - try running npm ls agent-node and see which dependencies require the old version. For me it was the mailgun-js package so I fixed my problem by removing it and implementing Mailgun API client myself.

+1

โ””โ”€โ”ฌ node-lambda@0.17.0
  โ””โ”€โ”ฌ proxy-agent@3.1.1
    โ”œโ”€โ”€ agent-base@4.3.0           <---
    โ”œโ”€โ”ฌ http-proxy-agent@2.1.0
    โ”‚ โ””โ”€โ”€ agent-base@4.3.0         <---
    โ”œโ”€โ”ฌ https-proxy-agent@3.0.1
    โ”‚ โ””โ”€โ”€ agent-base@4.3.0         <---
    โ”œโ”€โ”ฌ pac-proxy-agent@3.0.1
    โ”‚ โ””โ”€โ”€ agent-base@4.3.0         <---
    โ””โ”€โ”ฌ socks-proxy-agent@4.0.2
      โ””โ”€โ”€ agent-base@4.2.1         <---
alvis commented

ping @TooTallNate
Sorry to bother, but the outdated dependency on socks-proxy-agent is causing problems on us.