Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: npm outdated parsing invalid specs #1857

Commits on Sep 29, 2020

  1. fix: npm outdated parsing invalid specs

    This commit fixes a problem in which npm outdated was breaking when
    trying to read an invalid semver range spec defined for a given
    installed dep by performing the `npm-package-arg` parsing within a
    try/catch block instead of expecting to read properties from the
    returned instance.
    
    Also, adds the missing test for that specific line of code.
    
    Fixes npm#1703
    ruyadorno committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    84b5f6f View commit details
    Browse the repository at this point in the history