-
Notifications
You must be signed in to change notification settings - Fork 9
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
What is dependentsCount in the response of https://api.npms.io/v2/package/<packageName>? #37
Comments
To clarify: I'd still be interested in the difference between the npms.io or npmjs.com stats. I wonder if npmjs includes private packages in the count? 🤔 |
Yes, that was my main question. Thank you for clarifying github dependents. |
The dependentsCount is the number of npm packages that are depending on react in this case. We are replicating from the public npm registry, which doesn't include private packages, so the difference in value compared to npmjs might be related to this. Meanwhile the value of the dependantsCount on |
Hi
There is
dependentsCount
in the response of, for example, https://api.npms.io/v2/package/react.Here is full response:
But, at npmjs.com website react has ~46k dependents at the moment. Here is the page: https://www.npmjs.com/package/react
github.com has 2.6m "used by" count.
So what is it "dependentsCount" in the response of https://www.npmjs.com/package/react?
The text was updated successfully, but these errors were encountered: