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: FGRibreau/node-request-retry
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.1.0
Choose a base ref
...
head repository: FGRibreau/node-request-retry
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.0.0
Choose a head ref
  • 15 commits
  • 16 files changed
  • 4 contributors

Commits on Apr 12, 2022

  1. docs(changelog): updated

    FGRibreau committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    d2f97e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. correction of README.md

    Vitaliy M committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    2114587 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Merge pull request #147 from vit100/master

    correction of README.md
    FGRibreau authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    db41fa1 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Update README.md

    FGRibreau authored May 22, 2023
    Configuration menu
    Copy the full SHA
    7886f9a View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2025

  1. test: fix test failures

    - fillform.com no longer exists
    - httpbingo.org changed some responses
    - Several tests needed error handling so they fail instead of timing out.
    - Some error handling updates were needed for modern node versions.
    - Longer timeouts were needed for test suite reliability with remote hosts.
    markstos committed Oct 28, 2025
    Configuration menu
    Copy the full SHA
    ce1d826 View commit details
    Browse the repository at this point in the history
  2. test: update test to match request 2.88.1 behavior

    request 2.88.1 used tough-cookie 2.5.0 as a dependency
    In that version of tough-cookie, the `getCookies()`
    method was not a sync method. Either you had to call
    a callback or use `getCookiesSync()`.
    
    postman-request also uses a tough-cookie-compatible fork.
    
    Ref: https://github.com/request/request/blob/3c0cddc7c8eb60b470e9519da85896ed7ee0081e/package.json#L47
    Ref: https://www.npmjs.com/package/tough-cookie/v/2.5.0
    markstos committed Oct 28, 2025
    Configuration menu
    Copy the full SHA
    9f7e778 View commit details
    Browse the repository at this point in the history
  3. deps: replace request, with compatible, secure fork postman-request

    postman-request is a fork of request 2.88.1, with only some security
    and bug fixes applied.
    
    All tested passed as-is with exception one that appeared it needed to
    be updated to be compatible with the last released version of `request`
    as well.
    markstos committed Oct 28, 2025
    Configuration menu
    Copy the full SHA
    86a59db View commit details
    Browse the repository at this point in the history
  4. deps: npm audit fix

    This commit changes the dep security fixes that can be fixed by
    by `npm audit fix`
    markstos committed Oct 28, 2025
    Configuration menu
    Copy the full SHA
    1f2b269 View commit details
    Browse the repository at this point in the history
  5. deps: npm audit fix --force

    More aggresively upgrades vulnerable deps. These are all
    "devDeps", and all tests pass after the update.
    markstos committed Oct 28, 2025
    Configuration menu
    Copy the full SHA
    62da875 View commit details
    Browse the repository at this point in the history
  6. dep: remove unnecessary updtr deps

    It was no longer actively being used.
    markstos committed Oct 28, 2025
    Configuration menu
    Copy the full SHA
    b13dc59 View commit details
    Browse the repository at this point in the history
  7. deps: remove vulnerable and unnecessary 'coveralls' dep.

    `coveralls` depended on deprecated `request` module which in turn
    depended on vulnerable `request` module.
    markstos committed Oct 28, 2025
    Configuration menu
    Copy the full SHA
    8490475 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #151 from markstos/fix-test-failures

    test: fix test failures
    FGRibreau authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    1f8c1af View commit details
    Browse the repository at this point in the history
  9. Merge pull request #153 from markstos/address-dep-vulns

    address dep vulns
    FGRibreau authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    c44fac5 View commit details
    Browse the repository at this point in the history
  10. fix

    FGRibreau committed Oct 28, 2025
    Configuration menu
    Copy the full SHA
    affde37 View commit details
    Browse the repository at this point in the history
  11. Release 8.0.0.

    FGRibreau committed Oct 28, 2025
    Configuration menu
    Copy the full SHA
    0518cd8 View commit details
    Browse the repository at this point in the history
Loading