retry-as-promised
Advanced tools
Comparing version 7.0.2 to 7.0.3
@@ -6,3 +6,3 @@ export declare class TimeoutError extends Error { | ||
export type MatchOption = string | RegExp | Error | Function; | ||
interface Options { | ||
export interface Options { | ||
max: number; | ||
@@ -9,0 +9,0 @@ timeout?: number | undefined; |
{ | ||
"name": "retry-as-promised", | ||
"version": "7.0.2", | ||
"version": "7.0.3", | ||
"description": "Retry a failed promise", | ||
@@ -9,3 +9,4 @@ "main": "dist/index.js", | ||
"test": "cross-env DEBUG=retry-as-promised* ./node_modules/.bin/mocha --register ts-node/register --check-leaks --colors -t 10000 --reporter spec test/promise.test.js", | ||
"build": "tsc" | ||
"build": "tsc", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
@@ -12,0 +13,0 @@ "repository": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
37559
0