mailgun-js-boland icon indicating copy to clipboard operation
mailgun-js-boland copied to clipboard

Dependency on '[email protected]' causes [DEP0005] DeprecationWarning: Buffer()

Open baerrach opened this issue 6 years ago • 4 comments

See https://github.com/TooTallNate/node-proxy-agent/issues/44

baerrach avatar Sep 20 '19 04:09 baerrach

and one more: https://github.com/TooTallNate/node-proxy-agent/issues/51

peterpro avatar Mar 25 '20 09:03 peterpro

Yes I am also getting issues with this package; it's breaking all my https calls.

agent-base is already in version 6...

onzag avatar Apr 22 '20 12:04 onzag

Just walked straight into this one too - since adding mailgun-js, all my other outbound calls using got are broken.

stephent avatar May 18 '20 16:05 stephent

I noticed this issue to when trying to use https.

Mailgun includes proxy-agent which then includes socks-proxy-agent.

socks-proxy-agent modifies the https module and does not match the current 14.X LTS release for https.request

which effectively brakes lots of other modules.

JoshuaHintze avatar Mar 24 '21 17:03 JoshuaHintze