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: v13.2.7
Choose a base ref
...
head repository: nock/nock
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v13.2.8
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jun 22, 2022

  1. chore(deps-dev): bump got from 11.8.3 to 11.8.5

    Bumps [got](https://github.com/sindresorhus/got) from 11.8.3 to 11.8.5.
    - [Release notes](https://github.com/sindresorhus/got/releases)
    - [Commits](sindresorhus/got@v11.8.3...v11.8.5)
    
    ---
    updated-dependencies:
    - dependency-name: got
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 22, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    44ee56f View commit details

Commits on Jun 30, 2022

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    2edf341 View commit details
Showing with 8 additions and 8 deletions.
  1. +6 −6 package-lock.json
  2. +2 −2 types/index.d.ts
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions types/index.d.ts
Original file line number Diff line number Diff line change
@@ -228,8 +228,8 @@ declare namespace nock {
}

interface Definition {
scope: string
path: string
scope: string | RegExp
path: string | RegExp
port?: number | string
method?: string
status?: number