Bulk query npm for version data #688
Unanswered
PythonCoderAS
asked this question in
Question
Replies: 1 comment
-
Yes, there is a way to bulk query npm for version data. You're correct that npm upgrade is able to query the registry for every package in a project, so it should be possible for an app to do as well. Using bulk queries can significantly reduce processing times, especially when you already have a predefined list of packages you're working with. This can be very useful for efficiently managing dependencies in a project. |
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
-
Is there a way to bulk query npm for version data? I know
npm upgrade
is somehow able to query the registry for every package in the project, so it should be possible for an app to do. I want to use bulk queries in order to cut down processing times when I already know the list of packages I am working with.Beta Was this translation helpful? Give feedback.
All reactions