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

@springworks/api-client

Package Overview
Dependencies
Maintainers
0
Versions
567
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@springworks/api-client - npm Package Compare versions

Comparing version 3005.333.0 to 3005.334.0

4

build/api-client.js

@@ -31,3 +31,5 @@ "use strict";

if (error instanceof Error && 'code' in error && error.code === http_status_1.HTTP4XX.REQUEST_TIMEOUT && retries < req_opts.retries) {
this.logger.debug({ retries }, 'retrying request');
if (retries) {
this.logger.debug({ retries }, 'retrying request');
}
return this.sendRequest(req_opts, expected_status_codes, retries + 1);

@@ -34,0 +36,0 @@ }

{
"name": "@springworks/api-client",
"version": "3005.333.0",
"version": "3005.334.0",
"description": "Module for sending requests to other APIs through a circuit breaker",

@@ -32,3 +32,3 @@ "main": "build/main.js",

},
"gitHead": "a6ffeb5810072c32824d0c6a169c9e2a49e239d0"
"gitHead": "8aeaac0d289a6f2715ab5c38157b313973b25aa0"
}

Sorry, the diff of this file is not supported yet

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