Socket
Socket
Sign inDemoInstall

ibm-cloud-sdk-core

Package Overview
Dependencies
Maintainers
1
Versions
143
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 0.1.1 to 0.1.2

5

lib/requestwrapper.js

@@ -81,3 +81,3 @@ "use strict";

* first look in `errors[0].message`, then in `error`, then in
* `message`
* `message`, then in `errorMessage`
* @private

@@ -98,2 +98,5 @@ * @param {Object} response - error response body received from service

}
else if (hasStringProperty(response, 'errorMessage')) {
message = response.errorMessage;
}
return message;

@@ -100,0 +103,0 @@ }

2

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

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

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