You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
regular package names appear to be sorted by dependency count but organization namespaces appear to be out of order. E.g. these are the first 10 that appear in the list
Unfortunately, the sorting by dependency count is based on very outdated counts, which are not automatically updated. The counts come from https://github.com/nice-registry/dependent-counts which has not been updated in several years 😬
If you're interested in contributing to resolve this, I'd be happy to work together on it.
As @zeke mentioned before, the sorting logic depends on outdated package. We don't have any estimates on when we could fix it and it's not our priority at the moment.
Because of that, we decided to drop this feature in a new versions of all-the-package-names.
regular package names appear to be sorted by dependency count but organization namespaces appear to be out of order. E.g. these are the first 10 that appear in the list
e.g.
@types/is-promise
has 1 dependent while@yuliy/supermodule
has 0.The text was updated successfully, but these errors were encountered: