🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

retry-request

Package Overview
Dependencies
Maintainers
2
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

retry-request - npm Package Compare versions

Comparing version
7.0.2
to
8.0.0
+11
-0
CHANGELOG.md
# Changelog
## [8.0.0](https://github.com/googleapis/retry-request/compare/v7.0.2...v8.0.0) (2025-02-19)
### ⚠ BREAKING CHANGES
* upgrade to Node 18 ([#137](https://github.com/googleapis/retry-request/issues/137))
### Miscellaneous Chores
* Upgrade to Node 18 ([#137](https://github.com/googleapis/retry-request/issues/137)) ([5ec12e5](https://github.com/googleapis/retry-request/commit/5ec12e55b0c2aa3d178c1f9351537e5b96663427))
## [7.0.2](https://github.com/googleapis/retry-request/compare/v7.0.1...v7.0.2) (2024-01-19)

@@ -4,0 +15,0 @@

+2
-2

@@ -34,7 +34,7 @@ declare module 'retry-request' {

opts: retryRequest.Options,
callback?: request.RequestCallback
callback?: request.RequestCallback,
): {abort: () => void};
function retryRequest(
requestOpts: request.Options,
callback?: request.RequestCallback
callback?: request.RequestCallback,
): {abort: () => void};

@@ -41,0 +41,0 @@

@@ -288,3 +288,3 @@ 'use strict';

maxAllowableDelayMs,
maxRetryDelayMs
maxRetryDelayMs,
);

@@ -291,0 +291,0 @@ }

{
"name": "retry-request",
"version": "7.0.2",
"version": "8.0.0",
"description": "Retry a request.",

@@ -30,20 +30,20 @@ "main": "index.js",

"engines": {
"node": ">=14"
"node": ">=18"
},
"dependencies": {
"@types/request": "^2.48.8",
"@types/request": "^2.48.12",
"extend": "^3.0.2",
"teeny-request": "^9.0.0"
"teeny-request": "^10.0.0"
},
"devDependencies": {
"async": "^3.0.1",
"gts": "^5.0.0",
"jsdoc": "^4.0.0",
"async": "^3.2.6",
"gts": "^6.0.2",
"jsdoc": "^4.0.4",
"jsdoc-fresh": "^3.0.0",
"jsdoc-region-tag": "^3.0.0",
"linkinator": "^4.0.0",
"linkinator": "^6.1.2",
"lodash.range": "^3.2.0",
"mocha": "^10.2.0",
"typescript": "^5.1.6"
"mocha": "^11.1.0",
"typescript": "^5.7.3"
}
}

@@ -0,1 +1,3 @@

**_THIS REPOSITORY AND PACKAGE WILL BE DEPRECATED IN JULY 2024. RELEVANT FUNCTIONALITIES HAVE BEEN MOVED TO [GOOGLEAPIS/GAXIOS](https://github.com/googleapis/gaxios)_**
|![retry-request](logo.png)

@@ -2,0 +4,0 @@ |:-:

Sorry, the diff of this file is not supported yet