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: isaacs/node-tar
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.4.10
Choose a base ref
...
head repository: isaacs/node-tar
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.4.15
Choose a head ref
  • 12 commits
  • 11 files changed
  • 2 contributors

Commits on Sep 17, 2019

  1. wrapped new header with try catch

    more aesthetic return
    
    PR-URL: #229
    Credit: @motty1985
    Close: #229
    Reviewed-by: @isaacs
    
    EDIT(@isaacs): made it a warning (to match v5 behavior), and added test.
    mottymilshtein authored and isaacs committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    4a9069a View commit details
    Browse the repository at this point in the history
  2. update minipass, pre-pause ReadEntry objects

    Need to start out paused to avoid auto-ending if they're empty.
    isaacs committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    42fe53b View commit details
    Browse the repository at this point in the history
  3. 4.4.11

    isaacs committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    9232b3d View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. update tap and minipass

    This avoids the hazardous regression in [email protected], and makes npm
    audit happier with a new version of tap.
    isaacs committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    0240086 View commit details
    Browse the repository at this point in the history
  2. 4.4.12

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

Commits on Sep 25, 2019

  1. Always provide a callback to fs.close()

    Fix #231
    isaacs committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    d04c3ff View commit details
    Browse the repository at this point in the history
  2. 4.4.13

    isaacs committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    65edb39 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. Configuration menu
    Copy the full SHA
    efc6bb0 View commit details
    Browse the repository at this point in the history
  2. add publishConfig tag

    isaacs committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    6d28013 View commit details
    Browse the repository at this point in the history
  3. 4.4.14

    isaacs committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    df3aa4d View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. Configuration menu
    Copy the full SHA
    46fe350 View commit details
    Browse the repository at this point in the history
  2. 4.4.15

    isaacs committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    843c897 View commit details
    Browse the repository at this point in the history
Loading