Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejitsu/require-analyzer
base: 48a34e0a195b
Choose a base ref
...
head repository: nodejitsu/require-analyzer
compare: eeebe3a1605c
Choose a head ref
  • 5 commits
  • 1 file changed
  • 1 contributor

Commits on Sep 8, 2012

  1. always return an object in npmAnalyze

    also moved the creation of the find-dependencies path to the
    surrounding scope
    fb55 committed Sep 8, 2012
    Copy the full SHA
    7ede462 View commit details
    Browse the repository at this point in the history
  2. [fix] move upwards in findModulesDir

    this is the functionality that is described in the comments, but wasn't
    implemented (yet)
    fb55 committed Sep 8, 2012
    Copy the full SHA
    b3e2bb9 View commit details
    Browse the repository at this point in the history
  3. removed senseless check in analyzer.dir

    a folder should never contain a file that has the folder's path as it's
    name
    fb55 committed Sep 8, 2012
    Copy the full SHA
    49b2d44 View commit details
    Browse the repository at this point in the history
  4. added analyzer.findNextDir function

    the last change broke most tests, so .findNextDir is what's actually
    wanted for .npmAnalyze
    fb55 committed Sep 8, 2012
    Copy the full SHA
    16f22f9 View commit details
    Browse the repository at this point in the history
  5. set 1 as the maxDepth of read-installed

    we don't use more, so don't do anything fancy
    fb55 committed Sep 8, 2012
    Copy the full SHA
    eeebe3a View commit details
    Browse the repository at this point in the history