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

Add npm audit resolve command #9

Closed
wants to merge 55 commits into from
Closed

Commits on May 24, 2018

  1. [email protected]

    zkat committed May 24, 2018
    Configuration menu
    Copy the full SHA
    8cff8ee View commit details
    Browse the repository at this point in the history
  2. [email protected]

    zkat committed May 24, 2018
    Configuration menu
    Copy the full SHA
    bfc4f87 View commit details
    Browse the repository at this point in the history
  3. [email protected]

    zkat committed May 24, 2018
    Configuration menu
    Copy the full SHA
    5320961 View commit details
    Browse the repository at this point in the history
  4. test: Flat installs are ok

    iarna committed May 24, 2018
    Configuration menu
    Copy the full SHA
    6c29461 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0483f5c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c8ba757 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2018

  1. Configuration menu
    Copy the full SHA
    cd698f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2018

  1. Configuration menu
    Copy the full SHA
    7ba3fca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecc7560 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2018

  1. [email protected]

    iarna committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    4a51277 View commit details
    Browse the repository at this point in the history
  2. [email protected]

    iarna committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    b7cc48d View commit details
    Browse the repository at this point in the history
  3. [email protected]

    iarna committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    bae657c View commit details
    Browse the repository at this point in the history
  4. [email protected]

    iarna committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    3d46e5c View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2018

  1. [email protected]

    iarna committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    d0a905d View commit details
    Browse the repository at this point in the history
  2. [email protected]

    iarna committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    4fc1f81 View commit details
    Browse the repository at this point in the history
  3. [email protected]

    iarna committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    f722029 View commit details
    Browse the repository at this point in the history
  4. scripts: auto generate ignores

    iarna committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    f456fca View commit details
    Browse the repository at this point in the history
  5. chore: Prune dev deps from git

    iarna committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    0762ebb View commit details
    Browse the repository at this point in the history
  6. [email protected]

    iarna committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    bdce96e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ef9fa1c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0d14b0b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    68a1018 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0d5251f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2d08866 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2018

  1. add npm audit resolve command

    naugtur committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    eef5d19 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2018

  1. Configuration menu
    Copy the full SHA
    a72795d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f67dd20 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2018

  1. config: Enable config for suppressing update-notifier (#20750)

    PR-URL: npm/npm#20750
    Credit: @travi
    Reviewed By: @zkat
    travi authored and zkat committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    ce07933 View commit details
    Browse the repository at this point in the history
  2. docs: fix typo in registry page (#20859)

    PR-URL: npm/npm#20859
    Credit: @strugee
    Reviewed-By: @zkat
    strugee authored and zkat committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    88efbf6 View commit details
    Browse the repository at this point in the history
  3. run-script: show suggestions when script name is typoed (#20879)

    PR-URL: npm/npm#20879
    Credit: @watilde
    Reviewed-By: @zkat
    watilde authored and zkat committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    d2ad776 View commit details
    Browse the repository at this point in the history
  4. misc: Exclude /.github directory from package (#20881)

    PR-URL: npm/npm#20881
    Credit: @styfle
    Reviewed-By: @zkat
    styfle authored and zkat committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    6808ee3 View commit details
    Browse the repository at this point in the history
  5. docs: Fixed a small grammar error in the README (#20947)

    PR-URL: npm/npm#20947
    Credit: @bitsol
    Reviewed-By: @zkat
    Solomon Victorino authored and zkat committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    61bf827 View commit details
    Browse the repository at this point in the history
  6. node-gyp: fix regex to match multi-digit versions (#20948)

    This fixes the regular expression matching in `xcode_emulation`
    to also handle version numbers with multiple-digit major versions
    which would otherwise break under use of XCode 10
    
    Fixes: nodejs/node-gyp#1454
    PR-URL: npm/npm#20948
    Credit: @Trott
    Reviewed-By: @zkat
    Trott authored and zkat committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    8f033d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    833efe4 View commit details
    Browse the repository at this point in the history
  8. docs: small typo fix in CONTRIBUTING.md (#21018)

    PR-URL: npm/npm#21018
    Credit: @reggi
    Reviewed-By: @zkat
    reggi authored and zkat committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    f5230c9 View commit details
    Browse the repository at this point in the history
  9. docs: clarify text in npm-link.md (#21019)

    I wasn't clear on the exact behaviour with the shorthand, but I think this change is correct.
    
    PR-URL: npm/npm#21019
    Credit: @davidgilbertson
    Reviewed-By: @zkat
    davidgilbertson authored and zkat committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    9fc0dc4 View commit details
    Browse the repository at this point in the history
  10. docs: Add missing "if" (#21064)

    PR-URL: npm/npm#21064
    Credit: @roblourens
    Reviewed-By: @zkat
    roblourens authored and zkat committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    3924c72 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    177cbb4 View commit details
    Browse the repository at this point in the history
  12. [email protected]

    zkat committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    fe4240e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    feb4e2b View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2018

  1. update AUTHORS

    zkat committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    d7cf1b3 View commit details
    Browse the repository at this point in the history
  2. 6.2.0-next.0

    zkat committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    ea9415f View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2018

  1. misc: remove postinstall script that broke stuff (#21129)

    Fixes: npm/npm#21114
    PR-URL: npm/npm#21129
    Credit: @zkat
    Reviewed-By: @iarna
    zkat authored Jul 5, 2018
    Configuration menu
    Copy the full SHA
    ecdcbd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5440b5e View commit details
    Browse the repository at this point in the history
  3. 6.2.0-next.1

    zkat committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    843bdd6 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2018

  1. [email protected]

    Downgraded to allow better deduplication
    zkat committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    d9b2712 View commit details
    Browse the repository at this point in the history
  2. [email protected]

    zkat committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    2ac48f8 View commit details
    Browse the repository at this point in the history
  3. [email protected]

    replaces cli-table2
    zkat committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    8dc6d76 View commit details
    Browse the repository at this point in the history
  4. [email protected]

    zkat committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    90c759f View commit details
    Browse the repository at this point in the history
  5. docs: remove back-ticks not being parsed as markdown (#21165)

    npm install foo, not npm install foo``
    
    PR-URL: npm/npm#21165
    Credit: @hchiam
    Reviewed-By: @zkat
    hchiam authored and zkat committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    5724983 View commit details
    Browse the repository at this point in the history
  6. docs: republish waiting period (#20920)

    Explicitly state that republishing an unpublished package requires a 72h waiting period.
    
    PR-URL: npm/npm#20920
    Credit: @gmattie
    Reviewed-By: @zkat
    gmattie authored and zkat committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    7381783 View commit details
    Browse the repository at this point in the history
  7. audit: add support for --parseable output (#20554)

    PR-URL: npm/npm#20554
    Credit: @luislobo
    Reviewed-By: @zkat
    Reviewed-By: @iarna
    luislobo authored and zkat committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    244b183 View commit details
    Browse the repository at this point in the history
  8. version: Add new sign-git-commit config (#12697)

    PR-URL: npm/npm#12697
    Credit: @tribou
    Reviewed-By: @zkat
    tribou authored and zkat committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    7984206 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4c32413 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2018

  1. Configuration menu
    Copy the full SHA
    616a97b View commit details
    Browse the repository at this point in the history