If you’re looking to find out what’s the latest version of a certain package, you can quickly check this information right in your terminal with the command npm view.

Here’s how you can check the latest version of express:

npm view express version

Output:

4.18.1

Or maybe you’re looking for the latest version of react:

npm view react version

Output:

18.2.0