@yveskaufmann/retry
Advanced tools
Comparing version 0.1.3 to 1.0.0
{ | ||
"name": "@yveskaufmann/retry", | ||
"version": "0.1.3", | ||
"version": "1.0.0", | ||
"description": "Utility for retrying promise based operation on certain situations.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -0,7 +1,8 @@ | ||
# @yveskaufmann/retry - retry-utility | ||
[![npm version](https://badge.fury.io/js/@yveskaufmann%2Fretry.svg)](https://badge.fury.io/js/@yveskaufmann%2Fretry) | ||
[![Node.js CI](https://github.com/yveskaufmann/retry/actions/workflows/ci.yml/badge.svg)](https://github.com/yveskaufmann/retry/actions/workflows/ci.yml) | ||
[![codecov](https://codecov.io/gh/yveskaufmann/retry/branch/main/graph/badge.svg?token=QXZVS68R36)](https://codecov.io/gh/yveskaufmann/retry) | ||
[![CodeQL](https://github.com/yveskaufmann/retry/actions/workflows/codeql-analysis.yml/badge.svg?branch=main)](https://github.com/yveskaufmann/retry/actions/workflows/codeql-analysis.yml) | ||
# @yveskaufmann/retry - retry-utility | ||
Utility for retrying promise based operation when a certain response or error is returned. | ||
@@ -8,0 +9,0 @@ |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
44531
0
297