Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.
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/npm-registry-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0b595c4769f314a12661d537a328cf4e5658a00f
Choose a base ref
...
head repository: npm/npm-registry-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: debec76884db8092c2c7a21ab5b4ed083f8ce2c9
Choose a head ref
  • 9 commits
  • 11 files changed
  • 3 contributors

Commits on Sep 3, 2016

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f11a002 View commit details
  2. Copy the full SHA
    04f418a View commit details
  3. remove socket error handler after request is done

    `npm-registry-client` uses `request`, which in turn uses an HTTP agent
    for reusing sockets, so the `error` handlers registered on it in
    `npm-registry-client` just piled up and kept being attached over the
    entire lifetime of the socket.
    
    This patch seeks to fix this by removing the listener from the socket
    once the callback is invoked, as keeping it around after that would
    just be a memory leak.
    addaleax authored and othiym23 committed Sep 3, 2016

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    0ff3352 View commit details
  4. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    df9be53 View commit details
  5. ci: clean up dependencies

    othiym23 committed Sep 3, 2016

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f62a28d View commit details
  6. 7.2.0

    othiym23 committed Sep 3, 2016

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    cd23cfb View commit details
  7. deps: update dependencies

    The new nock wouldn't work if we still had to support Node.js 0.8, but
    since the CLI team has dropped support for 0.8, this isn't a problem.
    othiym23 committed Sep 3, 2016

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8331ef7 View commit details
  8. deps: update to standard@8

    othiym23 committed Sep 3, 2016
    Copy the full SHA
    90113c9 View commit details
  9. 7.2.1

    othiym23 committed Sep 3, 2016
    Copy the full SHA
    debec76 View commit details
Loading