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

oso-cloud

Package Overview
Dependencies
Maintainers
1
Versions
46
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 1.0.1 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc