New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

async-retry

Package Overview
Dependencies
Maintainers
54
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-retry - npm Package Compare versions

Comparing version

to
1.3.1

4

lib/index.js

@@ -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",