fetch-retry-ts
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "fetch-retry-ts", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Adds retry functionality to fetch()", | ||
@@ -36,21 +36,24 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@types/isomorphic-fetch": "0.0.36", | ||
"@types/jest": "^29.0.0", | ||
"@types/node-fetch": "^2.5.8", | ||
"@typescript-eslint/eslint-plugin": "^6.0.0", | ||
"@typescript-eslint/parser": "^6.0.0", | ||
"@types/isomorphic-fetch": "0.0.38", | ||
"@types/jest": "^29.5.6", | ||
"@types/node-fetch": "^2.6.7", | ||
"@typescript-eslint/eslint-plugin": "^6.9.0", | ||
"@typescript-eslint/parser": "^6.9.0", | ||
"cross-fetch": "^4.0.0", | ||
"eslint": "^8.1.0", | ||
"eslint": "^8.52.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-formatter-gha": "^1.2.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"isomorphic-unfetch": "^4.0.0", | ||
"jest": "^29.0.0", | ||
"merge": "^2.1.0", | ||
"eslint-formatter-gha": "^1.4.3", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"isomorphic-unfetch": "^4.0.2", | ||
"jest": "^29.7.0", | ||
"merge": "^2.1.1", | ||
"node-fetch": "^2.6.1", | ||
"prettier": "^3.0.0", | ||
"ts-jest": "^29.0.0", | ||
"typescript": "^5.0.0", | ||
"prettier": "^3.0.3", | ||
"ts-jest": "^29.1.1", | ||
"typescript": "^5.2.2", | ||
"unfetch": "^5.0.0" | ||
}, | ||
"publishConfig": { | ||
"provenance": true | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9248