-
-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Show file sizes #440
Comments
That would be very interesting, and in some cases it could be useful - e.g. it could tell you easily which file in a package is "the one", without consulting the docs (in case one is lazy :-) ). But filesize is more important. In many packages there are multiple files and it's important to be able to reason about them. Sizes are important in deciding which to use. The download counts are interesting, but the filesizes are important. Also I think the new design is very nice, not cluttered at all. And if something is necessary, it's necessary. Looking forward to see what you folks come up with. |
The CDN browser has file sizes, check it out https://cdn.jsdelivr.net/npm/react/ |
Keep in mind most people will land on the homepage, search, and redirect to a page like this, which should also have filesizes. But in the meantime, the page you posted is very helpful, thanks! |
In the detail page for any package, it shows all the files within that package, and I can toggle the slider to select which ones I want.
It would be very helpful to show each file's size (in bytes or KiB).
The text was updated successfully, but these errors were encountered: