Socket
Socket
Sign inDemoInstall

ibm-cloud-sdk-core

Package Overview
Dependencies
Maintainers
3
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ibm-cloud-sdk-core - npm Package Compare versions

Comparing version 2.17.13 to 2.17.14

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [2.17.14](https://github.com/IBM/node-sdk-core/compare/v2.17.13...v2.17.14) (2022-05-02)
### Bug Fixes
* do not retry on 501 ([#197](https://github.com/IBM/node-sdk-core/issues/197)) ([5cb9081](https://github.com/IBM/node-sdk-core/commit/5cb9081f581c73b3ba16e470eb4c03c9b8f5c266))
## [2.17.13](https://github.com/IBM/node-sdk-core/compare/v2.17.12...v2.17.13) (2022-04-04)

@@ -2,0 +9,0 @@

@@ -293,2 +293,8 @@ /* eslint-disable class-methods-use-this */

httpMethodsToRetry: ['GET', 'HEAD', 'OPTIONS', 'DELETE', 'PUT', 'POST'],
// do not retry on 501
statusCodesToRetry: [
[429, 429],
[500, 500],
[502, 599],
],
instance: axiosInstance,

@@ -295,0 +301,0 @@ backoffType: 'exponential',

@@ -353,2 +353,8 @@ "use strict";

httpMethodsToRetry: ['GET', 'HEAD', 'OPTIONS', 'DELETE', 'PUT', 'POST'],
// do not retry on 501
statusCodesToRetry: [
[429, 429],
[500, 500],
[502, 599],
],
instance: axiosInstance,

@@ -355,0 +361,0 @@ backoffType: 'exponential',

2

package.json
{
"name": "ibm-cloud-sdk-core",
"version": "2.17.13",
"version": "2.17.14",
"description": "Core functionality to support SDKs generated with IBM's OpenAPI SDK Generator.",

@@ -5,0 +5,0 @@ "main": "index.js",

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