KEMBAR78
Comparing v6.10.2...v6.10.3 · npm/cli · GitHub
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: npm/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.10.2
Choose a base ref
...
head repository: npm/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.10.3
Choose a head ref
  • 17 commits
  • 26 files changed
  • 4 contributors

Commits on Jul 24, 2019

  1. doc: fix typo in changelog

    isaacs committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    b1d5e8d View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2019

  1. Configuration menu
    Copy the full SHA
    0ebf071 View commit details
    Browse the repository at this point in the history
  2. Fix Typos

    PR-URL: #220
    Credit: @kittenking
    Close: #220
    Reviewed-by: @isaacs
    Kitten King authored and isaacs committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    272e6c4 View commit details
    Browse the repository at this point in the history
  3. chore: remove unused config/fetch-opts file

    PR-URL: #219
    Credit: @claudiahdz
    Close: #219
    Reviewed-by: @isaacs
    claudiahdz authored and isaacs committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    aacd355 View commit details
    Browse the repository at this point in the history
  4. vulns → vulnerabilities in npm audit output

    Consistently use “vulnerabilities” in the message, don't use confusing
    “vulns”.
    
    PR-URL: #223
    Credit: @sapegin
    Close: #223
    Reviewed-by: @isaacs
    sapegin authored and isaacs committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    27cccfb View commit details
    Browse the repository at this point in the history
  5. install, doctor: don't crash if registry unset

    Close: #222
    PR-URL: #226
    Credit: @isaacs
    Close: #226
    isaacs committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    d5e865e View commit details
    Browse the repository at this point in the history
  6. licensee@7.0.3

    isaacs committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    77516df View commit details
    Browse the repository at this point in the history
  7. query-string@6.8.2

    isaacs committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    ceb9935 View commit details
    Browse the repository at this point in the history
  8. docs: changelog for 6.10.3

    isaacs committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    9bb66e1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    99edd49 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2019

  1. Handle unhandledRejections, help with cache eacces

    Suggested by @godmar in
    https://npm.community/t/npm-err-cb-never-called-permission-denied/9167/5
    
    Incidentally, this turned up that we're catching uncaughtExceptions in
    the main npm functions, but not unhandledRejections!
    
    Tracing this through, it seems like node-fetch-npm's use of cacache is
    particularly brittle.  Any throw that comes from cacache is not caught
    properly, since node-fetch-npm is all streams and callbacks.  The naive
    approach (just adding a catch and failing the callback) doesn't work,
    because then make-fetch-happen and npm-registry-fetch interpret the
    failure as an invalid response, when actually it was a local cache
    error.
    
    So, a bit more love and polish is definitely still needed in the
    guts of npm's fetching and caching code paths.  In the meantime, though,
    handling any unhandledRejection at the top level prevents at least the
    worst and most useless type of error message.
    
    PR-URL: #227
    Credit: @isaacs
    Close: #227
    Reviewed-by: @isaacs
    isaacs committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    5b38902 View commit details
    Browse the repository at this point in the history
  2. doc: changelog 6.10.3

    isaacs committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    0f980f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2019

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

Commits on Aug 5, 2019

  1. hosted-git-info@2.8.2

    FEATURES
    
    * [bbcf7b2](npm/hosted-git-info@bbcf7b2)
      [#46](npm/hosted-git-info#46)
      [#43](npm/hosted-git-info#43)
      [#47](npm/hosted-git-info#47)
      [#44](npm/hosted-git-info#44) Add support for
      GitLab groups and subgroups ([@mterrel](https://github.com/mterrel),
      [@isaacs](https://github.com/isaacs),
      [@ybiquitous](https://github.com/ybiquitous))
    
    BUGFIXES
    
    * ([3b1d629](npm/hosted-git-info@3b1d629))
      [#48](npm/hosted-git-info#48) fix http protocol
      using sshurl by default ([@fengmk2](https://github.com/fengmk2))
    * [5d4a8d7](npm/hosted-git-info@5d4a8d7) ignore
      noCommittish on tarball url generation
      ([@isaacs](https://github.com/isaacs))
    * [1692435](npm/hosted-git-info@1692435) use gist
      tarball url that works for anonymous gists
      ([@isaacs](https://github.com/isaacs))
    * [d5cf830](npm/hosted-git-info@d5cf830)
    * Do not allow invalid gist urls ([@isaacs](https://github.com/isaacs))
    * [e518222](npm/hosted-git-info@e518222)
      Use LRU cache to prevent unbounded memory consumption
      ([@iarna](https://github.com/iarna))
    isaacs committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    4050b91 View commit details
    Browse the repository at this point in the history
  2. doc: changelog 6.10.3 update

    isaacs committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    586c938 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. update AUTHORS

    isaacs committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    d2eaf0b View commit details
    Browse the repository at this point in the history
  2. 6.10.3

    isaacs committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    897537a View commit details
    Browse the repository at this point in the history
Loading