-
-
Notifications
You must be signed in to change notification settings - Fork 74
Comparing changes
Open a pull request
base repository: FGRibreau/node-request-retry
base: v7.1.0
head repository: FGRibreau/node-request-retry
compare: v8.0.0
- 15 commits
- 16 files changed
- 4 contributors
Commits on Apr 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d2f97e6 - Browse repository at this point
Copy the full SHA d2f97e6View commit details
Commits on Mar 24, 2023
-
Vitaliy M committed
Mar 24, 2023 Configuration menu - View commit details
-
Copy full SHA for 2114587 - Browse repository at this point
Copy the full SHA 2114587View commit details
Commits on Mar 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for db41fa1 - Browse repository at this point
Copy the full SHA db41fa1View commit details
Commits on May 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7886f9a - Browse repository at this point
Copy the full SHA 7886f9aView commit details
Commits on Oct 28, 2025
-
- 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.
Configuration menu - View commit details
-
Copy full SHA for ce1d826 - Browse repository at this point
Copy the full SHA ce1d826View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 9f7e778 - Browse repository at this point
Copy the full SHA 9f7e778View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 86a59db - Browse repository at this point
Copy the full SHA 86a59dbView commit details -
This commit changes the dep security fixes that can be fixed by by `npm audit fix`
Configuration menu - View commit details
-
Copy full SHA for 1f2b269 - Browse repository at this point
Copy the full SHA 1f2b269View commit details -
More aggresively upgrades vulnerable deps. These are all "devDeps", and all tests pass after the update.
Configuration menu - View commit details
-
Copy full SHA for 62da875 - Browse repository at this point
Copy the full SHA 62da875View commit details -
dep: remove unnecessary
updtrdepsIt was no longer actively being used.
Configuration menu - View commit details
-
Copy full SHA for b13dc59 - Browse repository at this point
Copy the full SHA b13dc59View commit details -
deps: remove vulnerable and unnecessary 'coveralls' dep.
`coveralls` depended on deprecated `request` module which in turn depended on vulnerable `request` module.
Configuration menu - View commit details
-
Copy full SHA for 8490475 - Browse repository at this point
Copy the full SHA 8490475View commit details -
Merge pull request #151 from markstos/fix-test-failures
test: fix test failures
Configuration menu - View commit details
-
Copy full SHA for 1f8c1af - Browse repository at this point
Copy the full SHA 1f8c1afView commit details -
Merge pull request #153 from markstos/address-dep-vulns
address dep vulns
Configuration menu - View commit details
-
Copy full SHA for c44fac5 - Browse repository at this point
Copy the full SHA c44fac5View commit details -
Configuration menu - View commit details
-
Copy full SHA for affde37 - Browse repository at this point
Copy the full SHA affde37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0518cd8 - Browse repository at this point
Copy the full SHA 0518cd8View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v7.1.0...v8.0.0