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: vercel/serve-handler
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.1.3
Choose a base ref
...
head repository: vercel/serve-handler
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.1.5
Choose a head ref
  • 11 commits
  • 6 files changed
  • 4 contributors

Commits on Jul 17, 2020

  1. Bump lodash from 4.17.15 to 4.17.19 (#124)

    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.15...4.17.19)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 17, 2020
    Configuration menu
    Copy the full SHA
    1237cd6 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. Bump codecov from 3.7.0 to 3.7.1 (#126)

    Bumps [codecov](https://github.com/codecov/codecov-node) from 3.7.0 to 3.7.1.
    - [Release notes](https://github.com/codecov/codecov-node/releases)
    - [Commits](codecov/codecov-node@v3.7.0...v3.7.1)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 21, 2020
    Configuration menu
    Copy the full SHA
    28e85b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Bump node-fetch from 2.1.2 to 2.6.1 (#131)

    Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.1.2 to 2.6.1.
    - [Release notes](https://github.com/bitinn/node-fetch/releases)
    - [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
    - [Commits](node-fetch/node-fetch@v2.1.2...v2.6.1)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 14, 2020
    Configuration menu
    Copy the full SHA
    c7a4043 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Configuration menu
    Copy the full SHA
    1ea1a9c View commit details
    Browse the repository at this point in the history
  2. Use GitHub Actions to run tests and publish (#186)

    * Use GitHub Actions to run tests and publish
    
    * Use Codecov action
    
    * Only run actions when targeting master
    
    * Remove codecov dependency
    
    * Remove circleci
    
    * Add publish workflow
    AndyBitz authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    6ba5e33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0aa4fc View commit details
    Browse the repository at this point in the history
  4. Update README.md (#188)

    AndyBitz authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    f163677 View commit details
    Browse the repository at this point in the history
  5. 6.1.4

    AndyBitz committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    3b2af55 View commit details
    Browse the repository at this point in the history
  6. Fix publish action (#189)

    * Fix publish action
    
    * Whitespace typo
    AndyBitz authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    a2c28fb View commit details
    Browse the repository at this point in the history
  7. Ensure npm run prepublish gets executed (#190)

    * Ensure `npm run prepublish` gets executed
    
    * Switch to prepublishOnly
    
    * Include install in publish script
    
    * Keep registry and version
    
    * Run build during tests
    AndyBitz authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    7542017 View commit details
    Browse the repository at this point in the history
  8. 6.1.5

    AndyBitz committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    3a046b1 View commit details
    Browse the repository at this point in the history
Loading