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: node-fetch/fetch-blob
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.5
Choose a base ref
...
head repository: node-fetch/fetch-blob
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 5 commits
  • 12 files changed
  • 3 contributors

Commits on Jul 6, 2022

  1. feat: new way of creating temporary files backed up by fs (#137)

    * feat: new way of creating temporary files backed up by fs
    
    * add readme
    jimmywarting authored Jul 6, 2022
    Configuration menu
    Copy the full SHA
    20ee08f View commit details
    Browse the repository at this point in the history
  2. Bump @types/node from 17.0.45 to 18.0.2 (#140)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.45 to 18.0.2.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 6, 2022
    Configuration menu
    Copy the full SHA
    2acec9c View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Update README.md

    jimmywarting authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    0455796 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Update README.md

    Richienb authored Nov 24, 2022
    Configuration menu
    Copy the full SHA
    57e4dae View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. breaking: Remove dependency on streams polyfill (#149)

    * Remove dependency on streams polyfill
    
    * require node v16.7
    
    * change test version
    
    * only test ubuntu
    
    * remove changelog
    jimmywarting authored May 18, 2023
    Configuration menu
    Copy the full SHA
    a1a182e View commit details
    Browse the repository at this point in the history
Loading