Thanks to visit codestin.com
Credit goes to github.com

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

Commits on Jun 9, 2022

  1. Configuration menu
    Copy the full SHA
    1c5ed6b View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Configuration menu
    Copy the full SHA
    4f43c9e View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Configuration menu
    Copy the full SHA
    11b7033 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. fix spelling (#1602)

    NotMoni authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    95165d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcfb71c View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. fix(Headers): don't forward secure headers on protocol change (#1599)

    * fix(Headers): don't forward secure headers on protocol change
    
    * fix lint
    max-stytch authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    e87b093 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2022

  1. fix: ReDoS referrer (#1611)

    * fix ReDoS referrer
    
    * Update src/utils/referrer.js
    
    Eliminate regex and use string matcher
    
    Co-authored-by: Linus Unnebäck <[email protected]>
    
    Co-authored-by: Khang. Võ Vĩ <[email protected]>
    Co-authored-by: Linus Unnebäck <[email protected]>
    3 people authored Jul 31, 2022
    Configuration menu
    Copy the full SHA
    2880238 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Configuration menu
    Copy the full SHA
    6f72caa View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2022

  1. (1138) - Fixed HTTPResponseError with correct constructor and usage (#…

    …1666)
    
    Co-authored-by: Dhananjay Agrawal <[email protected]>
    dhananjaysa92 and Dhananjay Agrawal authored Oct 30, 2022
    1 Configuration menu
    Copy the full SHA
    c071406 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. feat: add static Response.json (#1670)

    * feat: add static Response.json
    
    * fix: set content-type if it doesn't exist properly
    KhafraDev authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    55a4870 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Allow URL class object as an argument for fetch() (#1696)

    * allow to fetch URL
    
    * address comments
    Maxim-Mazurok authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    e093030 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    71e376b View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Configuration menu
    Copy the full SHA
    8ced5b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. Configuration menu
    Copy the full SHA
    7b86e94 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. fix: Remove the default connection close header. (#1736)

    Instead, we rely on the underlying http implementation in Node.js
    to handle this, as per the documentation at
    https://nodejs.org/api/http.html#new-agentoptions
    
    This fixes #1735 and likely replaces #1473
    
    The original change introducing this provided no clear motivation
    for the override, and the implementation has since been changed to
    disable this header when an agent is provided, so I think there
    is sufficient evidence that removing this is the correct behaviour.
    af21ae6
    7f68577
    dhedey authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    8b3320d View commit details
    Browse the repository at this point in the history
Loading