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: nock/nock
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v12.0.1
Choose a base ref
...
head repository: nock/nock
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v12.0.2
Choose a head ref
  • 9 commits
  • 25 files changed
  • 3 contributors

Commits on Feb 19, 2020

  1. chore: remove mkdirp (#1922)

    Now that we expect Node v10+, we can pass the `recursive` option to
    `fs.mkdir`.
    
    Fixes #1913
    gabegorelick authored Feb 19, 2020
    Configuration menu
    Copy the full SHA
    4bcefea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dcd747 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Configuration menu
    Copy the full SHA
    19bae09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    634ff29 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2020

  1. Configuration menu
    Copy the full SHA
    9cbb707 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cfa0ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9375dcd View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. refactor(test): move test assets to tests dir (#1931)

    Also, rename fixture files to use consistent snake_case.
    mastermatt authored Feb 25, 2020
    Configuration menu
    Copy the full SHA
    2c6c9dd View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2020

  1. fix(types): remove inaccurate Scope.restore method (#1940)

    This method does not exist and was added on accident.
    mastermatt authored Mar 1, 2020
    Configuration menu
    Copy the full SHA
    fa3c237 View commit details
    Browse the repository at this point in the history
Loading