Feature request: show the number of dependencies
Thanks for this, it's a great tool that I use frequently.
When comparing two packages, I find that the first thing I want to know after the publish and install sizes is the number of (direct) dependencies. For this I've had to use the npm website together with Package Phobia. It would be nice to have the number of dependencies displayed in Package Phobia.
It could look something like the following:

The bars for versions could also show the number of dependencies on hover, in addition to what they currently show.
Good idea! Indeed, the reason for linking Package Phobia to npm is for those additional details.
In #124 we added the file count. So we could also add the dependency count on hover.
I kinda want to avoid too many numbers on the main page here because it can become noisy.