New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@doruk/fetch-retry

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@doruk/fetch-retry - npm Package Compare versions

Comparing version

to
5.0.1

16

package.json
{
"name": "@doruk/fetch-retry",
"version": "5.0.0",
"version": "5.0.1",
"description": "Extend any fetch library with retry functionality",
"repository": "https://github.com/jonbern/fetch-retry.git",
"repository": {
"type": "git",
"url": "git+https://github.com/d0ruk/fetch-retry.git"
},
"main": "index.js",

@@ -20,3 +23,3 @@ "types": "index.d.ts",

],
"author": "Jon K. Bernhardsen",
"author": "Doruk Kutlu",
"license": "MIT",

@@ -37,3 +40,10 @@ "dependencies": {

"sinon": "^6.3.5"
},
"bugs": {
"url": "https://github.com/d0ruk/fetch-retry/issues"
},
"homepage": "https://github.com/d0ruk/fetch-retry#readme",
"directories": {
"test": "test"
}
}