mailgun-js-boland
mailgun-js-boland copied to clipboard
Dependency on '[email protected]' causes [DEP0005] DeprecationWarning: Buffer()
See https://github.com/TooTallNate/node-proxy-agent/issues/44
and one more: https://github.com/TooTallNate/node-proxy-agent/issues/51
Yes I am also getting issues with this package; it's breaking all my https calls.
agent-base is already in version 6...
Just walked straight into this one too - since adding mailgun-js, all my other outbound calls using got are broken.
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.