Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Discover newer versions of dependencies than package.json allows #1638

Closed
wants to merge 4 commits into from
Closed

Discover newer versions of dependencies than package.json allows #1638

wants to merge 4 commits into from

Commits on Oct 10, 2011

  1. Added support for issue #1428. Versions upper limit specified in pack…

    …ages.json is ignored when launching a npm outdated [package], so if a newer version is found then the user is notified with a proper message formatted like this: "mkdirp@0.0.1 ./node_modules/mkdirp current=OUTDATED(0.0.7 available)". I still have to check if everything is ok for pull request (testing, corner cases, is this what was requested, ...)
    lazywithclass committed Oct 10, 2011
    Copy the full SHA
    5bc6a62 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2011

  1. Cleaned up the code so there is no need of specifying a callback when…

    … invoking npm.commands.view; added a call to runNpmView when dealing with error while reading the filesystem
    lazywithclass committed Oct 13, 2011
    Copy the full SHA
    14c6c85 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2011

  1. Copy the full SHA
    42c7bf3 View commit details
    Browse the repository at this point in the history
  2. Added the CANUPDATE message, in case the remote version of the packag…

    …e is ok with the packages.json
    lazywithclass committed Nov 1, 2011
    Copy the full SHA
    0df03af View commit details
    Browse the repository at this point in the history