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: v6.0.5
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: v6.1.0
Choose a head ref
  • 13 commits
  • 46 files changed
  • 2 contributors

Commits on Jan 5, 2021

  1. use GHA instead of Travis

    isaacs committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    e688254 View commit details
    Browse the repository at this point in the history
  2. lint

    isaacs committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    a52d758 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. Configuration menu
    Copy the full SHA
    0303402 View commit details
    Browse the repository at this point in the history
  2. un-ignore .github folder

    isaacs committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    511c9f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    460735f View commit details
    Browse the repository at this point in the history
  4. add eslintrc file

    isaacs committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    3c1afee View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. Configuration menu
    Copy the full SHA
    0f1211f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e753c9d View commit details
    Browse the repository at this point in the history
  3. always use LF line endings for test fixtures

    Otherwise all the tests fail
    isaacs authored and ruyadorno committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    ad43c86 View commit details
    Browse the repository at this point in the history
  4. ci: turn off windows tests for now

    isaacs authored and ruyadorno committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    bfa1f24 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    73ec0f7 View commit details
    Browse the repository at this point in the history
  6. Add the noChmod option

    This allows a way to suppress the call to process.umask() while
    still being as compliant as possible with the modes as defined
    in the tarball entries.
    
    Re: npm/cli#1103
    
    PR-URL: #270
    Credit: @isaacs
    Close: #270
    Reviewed-by: @ruyadorno
    isaacs authored and ruyadorno committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    2d83d5b View commit details
    Browse the repository at this point in the history
  7. 6.1.0

    ruyadorno committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    259e649 View commit details
    Browse the repository at this point in the history
Loading