🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

oso-cloud

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oso-cloud - npm Package Compare versions

Comparing version

to
1.0.2

4

dist/api.js

@@ -24,6 +24,6 @@ "use strict";

const retryOptions = {
retries: 15,
retries: 10,
retryOn: [429, 500, 501, 502, 503, 504],
retryDelay: function (attempt, _error, _response) {
return Math.pow(1.2, attempt) * 1000;
return Math.pow(2, attempt) * 10;
},

@@ -30,0 +30,0 @@ };

{
"name": "oso-cloud",
"version": "1.0.1",
"version": "1.0.2",
"description": "Oso Cloud Node client",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet