Get info about the latest version of a package #3944
-
How can I get info about the latest version of a package? It seems like |
Beta Was this translation helpful? Give feedback.
Answered by
paul-soporan
Jan 14, 2022
Replies: 1 comment 3 replies
-
If it's a package from the npm registry you can run |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
Shayan-To
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If it's a package from the npm registry you can run
yarn npm info package
(latest
is implied and can't be currently specified as a range but I'll work on fixing that).