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/pacote
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fef420cd85ece07e6ef1f3b3fd8339a961f71aa5
Choose a base ref
...
head repository: npm/pacote
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fcecf0e889001d55c22c386fdcb85cf8c93face9
Choose a head ref

Commits on Mar 22, 2021

  1. fix: force gzip compression level to 9 (#71)

    this seems to avoid some platform related optimizations that result
    in integrity mismatches due to the resulting compressed output not
    being byte for byte identical.
    nlf authored Mar 22, 2021
    Copy the full SHA
    143a0b9 View commit details
  2. 11.3.1

    isaacs committed Mar 22, 2021
    Copy the full SHA
    ad54e6d View commit details

Commits on Apr 13, 2021

  1. reinstall with latest npm v7

    isaacs committed Apr 13, 2021
    Copy the full SHA
    1430efa View commit details
  2. tap@15, remove require-inject

    isaacs committed Apr 13, 2021
    Copy the full SHA
    99738cd View commit details

Commits on Apr 22, 2021

  1. Cache the tarballs in pacote

    Tell `fetch` not to cache it's downloaded tarballs, leave that to us
    
    Also see npm/cli#2976 for my first attempt & some discussions as to how
    we got here.
    
    Fix: #73
    Fix: npm/cli#2160
    Close: npm/cli#2976
    Close: #74
    
    EDIT(@isaacs): Updated to add test, allow make-fetch-happen to use the
    cache, pipe into cache properly, and avoid cache double-writes.
    
    PR-URL: #75
    Credit: @mjsir911, @isaacs
    Close: #75
    Reviewed-by: @wraithgar, @mjsir911
    mjsir911 authored and isaacs committed Apr 22, 2021
    Copy the full SHA
    500a34f View commit details
  2. npm-registry-fetch@10.0.0

    isaacs committed Apr 22, 2021
    Copy the full SHA
    e0128a7 View commit details
  3. update tap, test on node 16

    isaacs committed Apr 22, 2021
    Copy the full SHA
    4311985 View commit details
  4. 11.3.2

    isaacs committed Apr 22, 2021
    Copy the full SHA
    42e977a View commit details

Commits on Apr 23, 2021

  1. fix(registry): normalize registry manifests

    Other manifest code paths go through read-package-json-fast, which end
    up normalized through that package's `normalize` function.  Manifests
    picked from the registry do not.  This adds consistency between the two.
    wraithgar committed Apr 23, 2021
    Copy the full SHA
    14264d2 View commit details
  2. Merge pull request #78 from npm/gar/normalize-manifest

    fix(registry): normalize registry manifests
    wraithgar authored Apr 23, 2021
    Copy the full SHA
    d97e2fb View commit details
  3. 11.3.3

    wraithgar committed Apr 23, 2021
    Copy the full SHA
    9629c64 View commit details

Commits on Jun 2, 2021

  1. npm-registry-fetch@11.0.0

    nlf committed Jun 2, 2021
    Copy the full SHA
    bec3715 View commit details
  2. 11.3.4

    nlf committed Jun 2, 2021
    Copy the full SHA
    745265a View commit details

Commits on Jun 18, 2021

  1. fix: do not set mtime when unpacking

    isaacs committed Jun 18, 2021
    Copy the full SHA
    2ed5b64 View commit details
  2. Copy the full SHA
    b76f51a View commit details
  3. Copy the full SHA
    0328fe0 View commit details

Commits on Jul 1, 2021

  1. Copy the full SHA
    c285551 View commit details
  2. Merge pull request #82 from npm/lk/handle-git-errors

    update npmcli/git
    lukekarrys authored Jul 1, 2021
    Copy the full SHA
    6ad9ede View commit details

Commits on Jul 2, 2021

  1. Copy the full SHA
    c76c279 View commit details
  2. Merge pull request #81 from npm/isaacs/include-all-dep-types-when-pre…

    …paring
    
    fix: include all dep types when building for prepare
    lukekarrys authored Jul 2, 2021
    Copy the full SHA
    7660b0b View commit details
  3. Merge pull request #80 from npm/isaacs/unpack-no-mtime

    fix: do not set mtime when unpacking
    lukekarrys authored Jul 2, 2021
    Copy the full SHA
    ac56329 View commit details
  4. Merge pull request #84 from npm/lk/handle-pathspec-error

    fix: rethrow git pathspec errors from git operations on hosted services
    lukekarrys authored Jul 2, 2021
    Copy the full SHA
    e7e6f0d View commit details
  5. 11.3.5

    lukekarrys committed Jul 2, 2021
    Copy the full SHA
    3557b0e View commit details

Commits on Jul 29, 2021

  1. Copy the full SHA
    80cce46 View commit details

Commits on Sep 21, 2021

  1. Copy the full SHA
    4217bee View commit details

Commits on Oct 5, 2021

  1. fix: drop node 10 support (#94)

    BREAKING CHANGE: this moves our `engines` support and testing matrix
    forward to node12 LTS and above.
    wraithgar authored Oct 5, 2021
    Copy the full SHA
    a0d4c60 View commit details
  2. Copy the full SHA
    cbc75af View commit details
  3. 12.0.0

    wraithgar committed Oct 5, 2021
    Copy the full SHA
    fcecf0e View commit details
Loading