Skip to content

Instantly share code, notes, and snippets.

@dshaw
Created September 29, 2011 18:44
Show Gist options
  • Save dshaw/1251557 to your computer and use it in GitHub Desktop.
Save dshaw/1251557 to your computer and use it in GitHub Desktop.
# From yorick on IRC.
$ npm outdated
var npm = require('/usr/local/lib/node_modules/npm/npm.js');
npm.load({}, function(er) { if (er) handle_error(er); npm.commands.outdated(function(er, data) { ... }) })
npm.commands.install
@dshaw
Copy link
Author

dshaw commented Sep 29, 2011

npm outdated is awesome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment