promise-retry
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "promise-retry", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Retries a function that returns a promise, leveraging the power of the retry module.", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "mocha --bail -R spec -t 10000" | ||
"test": "mocha --bail -t 10000" | ||
}, | ||
@@ -33,7 +33,7 @@ "bugs": { | ||
"promise-try": "^1.0.1", | ||
"retry": "^0.8.0" | ||
"retry": "^0.9.0" | ||
}, | ||
"engines" : { | ||
"node" : ">=0.12" | ||
"engines": { | ||
"node": ">=0.12" | ||
} | ||
} |
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
15528
+ Addedretry@0.9.0(transitive)
- Removedretry@0.8.0(transitive)
Updatedretry@^0.9.0