Replies: 0 comments 1 reply
-
hey @pi0 thanks for posting. I'm following up with the engineering team to see what the status quo is for this data and what we might be able to offer longer term |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! First thanks for all the awesome stuff you are doing to make npm happen!
Recently, npm registry supports download stats by version for last 7-days. As stated in blog post:
This number, however, helps for understanding the popularity of each tag based on the number of downloads in the last-week but without a time-series of data, these numbers are misleading about adoption status of each version. Since adoption is defined during time.
I found an old related issue (npm/download-counts#6). If we can query version download stats for custom or specific ranges other than last 7 days, we can compute migration speed and real adoption like this:
An alternative would be keeping a snapshot for packages from versions-api each week but I think it could be really useful information if npm registry could do it.
Reference: Apis i found for query:
Related PR: npm/registry#9
Beta Was this translation helpful? Give feedback.
All reactions