privatenumber / pkg-size.dev

📦🔍 Find the true size of an npm package
https://pkg-size.dev
688 stars 6 forks source link

feat: show level of "Installed by" parent #7

Closed privatenumber closed 1 year ago

privatenumber commented 1 year ago

When checking the "Installed By" list of a package, there could be many packages to choose from, making it hard to see the closest path to the root:

Screenshot 2023-07-19 at 7 33 39 PM

Happening on: https://pkg-size.dev/semantic-release

It should show what level these parents are so it's easy to identify the root problem.

privatenumber commented 1 year ago

Done