async-retry
Advanced tools
Comparing version
@@ -9,4 +9,4 @@ // Packages | ||
// Default `randomize` to true | ||
if (!'randomize' in opts) { | ||
opts.randomize = true; | ||
if (!('randomize' in options)) { | ||
options.randomize = true; | ||
} | ||
@@ -13,0 +13,0 @@ |
{ | ||
"name": "async-retry", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Retrying made simple, easy and async", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
5361
0.15%0
-100%