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/npm-registry-fetch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.2
Choose a base ref
...
head repository: npm/npm-registry-fetch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.0
Choose a head ref
  • 6 commits
  • 16 files changed
  • 1 contributor

Commits on Feb 17, 2020

  1. fix: Remove figgy-pudding, use canonical option names

    BREAKING CHANGE: this removes figgy-pudding, and drops several option
    aliases.
    
    Defaults and behavior are all the same, and this module is now using the
    canonical camelCase option names that npm v7 will provide to all its
    deps.
    
    Related to: npm/rfcs#102
    
    PR-URL: #22
    Credit: @isaacs
    Close: #22
    Reviewed-by: @claudiahdz
    isaacs committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    ede3c08 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. chore: remove extraneous semver dep

    Fix #17
    isaacs committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    6bccc1a View commit details
    Browse the repository at this point in the history
  2. chore: remove extraneous safe-buffer dep

    Node <v4.5 hasn't been supported for quite a while now.
    isaacs committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    152e666 View commit details
    Browse the repository at this point in the history
  3. chore: update cacache, ssri, make-fetch-happen

    BREAKING CHANGE: figgy pudding is now nowhere to be found.
    isaacs committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    57fcc88 View commit details
    Browse the repository at this point in the history
  4. chore: ignore coverage folder

    isaacs committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    5d78c78 View commit details
    Browse the repository at this point in the history
  5. chore(release): 7.0.0

    isaacs committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    68a2570 View commit details
    Browse the repository at this point in the history
Loading