ladjs / superagent

Ajax for Node.js and browsers (JS HTTP client). Maintained for @forwardemail, @ladjs, @spamscanner, @breejs, @cabinjs, and @lassjs.
https://ladjs.github.io/superagent/
MIT License
16.58k stars 1.33k forks source link

Bundle size increase to 10.1kb after 6.1.0 #1649

Closed ognus closed 2 years ago

ognus commented 2 years ago

Hi, I haven't confirmed it myself but if we'd trust Bundlephobia, the superagent bundle increased recently from ~6kb to ~10kb: https://bundlephobia.com/package/superagent@6.1.0.

Looks like the bulk of the increase is from qs which also grew recently at qs@6.10.0 by including a new dependency side-channel.

I don't use superagent currently, but thought someone might be interested in case the increase wasn't expected.

niftylettuce commented 2 years ago

I think that's an issue with qs to file