retry-function
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -44,8 +44,2 @@ 'use strict'; | ||
}); | ||
const a = [1, 2, 3, 4]; | ||
const b = { a, c }; | ||
a.push(5); | ||
return b || a; | ||
} | ||
@@ -52,0 +46,0 @@ |
{ | ||
"name": "retry-function", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Wrapper to retry function calls with an exponential backoff strategy", | ||
@@ -22,14 +22,14 @@ "main": "index.js", | ||
"dependencies": { | ||
"joi": "^9.1.1", | ||
"joi": "^13.0.1", | ||
"retry": "^0.10.0" | ||
}, | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"eslint": "^3.8.1", | ||
"eslint-config-screwdriver": "^2.0.5", | ||
"chai": "^4.1.2", | ||
"eslint": "^4.10.0", | ||
"eslint-config-screwdriver": "^3.0.0", | ||
"eslint-plugin-import": "^2.0.1", | ||
"jenkins-mocha": "^3.0.4", | ||
"sinon": "^1.17.6" | ||
"jenkins-mocha": "^6.0.0", | ||
"sinon": "^4.1.1" | ||
}, | ||
"license": "MIT" | ||
} |
@@ -1,2 +0,2 @@ | ||
# retry-function [ ![Codeship Status for petey/retry-function](https://codeship.com/projects/3b013d30-aa68-0132-9077-1ec81ced6103/status?branch=master)](https://codeship.com/projects/68028) | ||
# retry-function | ||
Wrapper to retry function calls with an exponential backoff strategy | ||
@@ -3,0 +3,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
13777
8
83
+ Addedhoek@5.0.46.1.3(transitive)
+ Addedisemail@3.2.0(transitive)
+ Addedjoi@13.7.0(transitive)
+ Addedpunycode@2.3.1(transitive)
+ Addedtopo@3.0.3(transitive)
- Removedhoek@4.3.1(transitive)
- Removedisemail@2.2.1(transitive)
- Removeditems@2.2.1(transitive)
- Removedjoi@9.2.0(transitive)
- Removedmoment@2.30.1(transitive)
- Removedtopo@2.1.1(transitive)
Updatedjoi@^13.0.1