promise-retry
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "promise-retry", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Retries a function that returns a promise, leveraging the power of the retry module.", | ||
@@ -27,8 +27,8 @@ "main": "index.js", | ||
"expect.js": "^0.3.1", | ||
"mocha": "^2.3.4", | ||
"sleep-promise": "^1.0.0" | ||
"mocha": "^3.0.0", | ||
"sleep-promise": "^2.0.0" | ||
}, | ||
"dependencies": { | ||
"err-code": "^1.0.0", | ||
"retry": "^0.9.0" | ||
"retry": "^0.10.0" | ||
}, | ||
@@ -35,0 +35,0 @@ "engines": { |
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
15402
+ Addedretry@0.10.1(transitive)
- Removedretry@0.9.0(transitive)
Updatedretry@^0.10.0