Steven
Steven
Hi @janpio You can click the the left-most bar in the chart to view an older version and then the chart will shift. Keep clicking the the left-most bar to...
Another solution would be to switch from the stacked bar chart to a custom line chart to try and fit more information. https://www.chartjs.org/docs/latest/samples/line/point-styling.html The current Package Phobia works without any...
Hi Thomas! I'm glad you like Package Phobia 😄 I'm not sure I understand your request. Are you suggesting that Package Phobia should display the same information that Bundle Phobia...
I understand now. Do you think displaying the size of the tarball (the unpacked size) would be sufficient? Or do you think it would be better to actually attempt to...
Nice mockup 👍 How can we effectively measure the "transferred" data?
The `dist.unpackedSize` from npm is almost identical to the `publishSize` that Package Phobia reports. See https://packagephobia.now.sh/[email protected] There is some discussion going on in an [RFC](https://github.com/npm/npm/issues/20427) which got moved to [here](https://github.com/npm/rfcs/pull/1)....
@oncletom Sorry for the delay. I think the toggle is a good idea to show a different chart! However, I think it's best to implement #124 first and then come...
FYI, there is a tool that accomplishes what you are looking for: https://arve0.github.io/npm-download-size/
Hey, thanks! The `.yarn` directory isn’t measured, just `node_modules`
Also note Yarn 3 is used now, not Yarn 2 - https://github.com/styfle/packagephobia/pull/976 But maybe I should switch to Yarn 1 which seems to follow npm behavior a little more closely....