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: libnpmpack-v5.0.0-pre.1
Choose a base ref
...
head repository: npm/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: libnpmpack-v5.0.0-pre.2
Choose a head ref
  • 20 commits
  • 117 files changed
  • 7 contributors

Commits on Oct 3, 2022

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

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    4c52d85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02fcbb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eab47e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f8433cb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ebbb44 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8b072dc View commit details
    Browse the repository at this point in the history
  7. docs: remove link to cache command (#5637)

    The cache command itself contains this config making it a circular reference
    wraithgar authored Oct 4, 2022
    Configuration menu
    Copy the full SHA
    97c32ed View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9609e9e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    07fabc9 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    501f8ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f37caad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a43b31 View commit details
    Browse the repository at this point in the history
  4. deps: pacote@14.0.0

    wraithgar committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    5344d2c View commit details
    Browse the repository at this point in the history
  5. chore: @npmcli/template-oss@4.5.0 (#5646)

    This also removes the release-manager script in favor of the one
    provided by template oss.
    lukekarrys authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    e9eda68 View commit details
    Browse the repository at this point in the history
  6. chore: use packlist to write node_module ignores (#5363)

    The gitignore file inside `node_modules/` is now an allow list built
    from the output of `npm-packlist`. This means that the only dependencies
    that get checked in to source control are those that will end up in the
    packed tarball, with the exception of some files that we always ignore.
    
    This also moves the dependencies required to build the docs workspace
    from devDependencies to dependencies so they are available for making
    the docs after pruning. Ignoring these from source control was the
    reason that the change to how we build the gitignore file was necessary.
    lukekarrys authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    92e94e3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e4e8ae2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9e3a823 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9f8e3f0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    37bf6d3 View commit details
    Browse the repository at this point in the history
Loading