One of the thing I wish was really much easier to do with NPM is, when running `npm update`, to only pick up the most recent compatible versions <i>from X days ago</i>.<p>That is, for sensitive apps, I <i>don't</i> want to use versions that are less than, say, a month or so old unless I specifically override it. I want to stay up-to-date but not <i>too</i> bleeding edge, specifically to avoid situations like this.