Update to last version for a npm package
1
npm update -g [package]
List npm packges with version
1
npm list -g --depth=0
List available versions for a npm packge
1
npm view [package] versions
List installed version for a npm packge
1
npm view [package] version