fetch-retry-ts
Advanced tools
Comparing version 1.1.24 to 1.1.25
{ | ||
"name": "fetch-retry-ts", | ||
"version": "1.1.24", | ||
"version": "1.1.25", | ||
"description": "Adds retry functionality to fetch()", | ||
@@ -38,10 +38,11 @@ "main": "dist/index.js", | ||
"@types/isomorphic-fetch": "0.0.35", | ||
"@types/jest": "^26.0.20", | ||
"@types/jest": "^27.0.1", | ||
"@types/node-fetch": "^2.5.8", | ||
"@typescript-eslint/eslint-plugin": "^4.13.0", | ||
"@typescript-eslint/parser": "^4.13.0", | ||
"@typescript-eslint/eslint-plugin": "^5.0.0", | ||
"@typescript-eslint/parser": "^5.0.0", | ||
"cross-fetch": "^3.0.6", | ||
"eslint": "^7.18.0", | ||
"eslint": "^7.32.0", | ||
"eslint-config-prettier": "^8.1.0", | ||
"eslint-plugin-prettier": "^3.3.1", | ||
"eslint-formatter-gha": "^1.2.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"isomorphic-unfetch": "^3.1.0", | ||
@@ -56,5 +57,3 @@ "jest": "^27.0.1", | ||
}, | ||
"dependencies": { | ||
"eslint-formatter-gha": "^1.2.0" | ||
} | ||
"dependencies": {} | ||
} |
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
0
11429
18
- Removedeslint-formatter-gha@^1.2.0
- Removedansi-regex@5.0.1(transitive)
- Removedansi-styles@4.3.0(transitive)
- Removedchalk@4.1.2(transitive)
- Removedcolor-convert@2.0.1(transitive)
- Removedcolor-name@1.1.4(transitive)
- Removedeslint-formatter-gha@1.5.2(transitive)
- Removedeslint-formatter-json@8.40.0(transitive)
- Removedeslint-formatter-stylish@8.40.0(transitive)
- Removedhas-flag@4.0.0(transitive)
- Removedstrip-ansi@6.0.1(transitive)
- Removedsupports-color@7.2.0(transitive)
- Removedtext-table@0.2.0(transitive)