This question covers how to get the npm CLI to show the latest version of a package:
npm view [PKG_NAME] version
But if I do npm view async version
I get 2.0.0-rc.6
, which is a release candidate.
Is there a command that will tell me the current stable version?