How to run 'npm outdated' on package.js dependencies?

I recently split my codebase into multiple meteor packages and can no longer quickly find updates to npm packages by using meteor npm outdated.

How might I go about quickly determining if any of my package’s npm dependencies have pending updates?

Single bump. If you find this problem trivial please share your knowledge!