How to check installed npm package version number

just run npm outdated in your project folder and it’ll show you what’s currently installed vs available versions. way simpler than the other methods imo