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

ibm-cloud-sdk-core

Package Overview
Dependencies
Maintainers
0
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ibm-cloud-sdk-core - npm Package Versions

1
15

2.0.2

Diff

Changelog

Source

2.0.2 (2020-01-09)

Bug Fixes

  • export unitTestUtils functions as a module (#76) (a148da9)
dpopp07
published 1.3.1 •

ibm-cloud-tools-owner
published 2.0.1 •

Changelog

Source

2.0.1 (2019-12-06)

Bug Fixes

ibm-cloud-tools-owner
published 2.0.0 •

Changelog

Source

2.0.0 (2019-11-19)

Features

  • changes to node-sdk-core to work with service factory feature (#72) (cde4cd6)

BREAKING CHANGES

  • The BaseService will no longer look for configurations externally by default. A new factory method is provided to create an instance from external configuration.

  • feat: changes to node-sdk-core to work with service factory feature

  • BaseService constructor will no longer call configureService.

  • updated test to reflect base service constructor does not call configureService

  • added test for getting credentials from vcap

  • removed name and serviceVersion because they are not referenced anymore

  • added comment for vcap parsing function. removed vcap_services dependency

  • added debug messages for when returning empty credential

ibm-cloud-tools-owner
published 1.3.0 •

Changelog

Source

1.3.0 (2019-10-22)

Features

  • adding configureService method for external config options (#66) (7324919)
ibm-cloud-tools-owner
published 1.2.0 •

Changelog

Source

1.2.0 (2019-10-15)

Features

  • export unit test utility methods to be used in SDKs (#65) (0305974)
ibm-cloud-tools-owner
published 1.1.0 •

Changelog

Source

1.1.0 (2019-10-14)

Features

dpopp07
published 0.3.7 •

ibm-cloud-tools-owner
published 1.0.0 •

Changelog

Source

1.0.0 (2019-10-03)

Bug Fixes

  • Move check for serviceUrl to createRequest (#47) (6f04739)
  • parse result from response in token managers (6bbe423)
  • provide bundlers alternate file for browser support (#58) (88a9d16)

Build System

  • drop support for Node versions 6 and 8 (#33) (d47c737)

Code Refactoring

  • look for credentials file in working dir before home dir (#46) (c5556de)
  • return detailed response as second callback argument (#34) (dc24154)

Features

  • add setServiceUrl method as a setter for the serviceUrl property (#41) (cfb188f)
  • add specific error handling for SSL errors with cloud private instances (#54) (056ec9a)
  • export UserOptions interface from the BaseService (#50) (4f0075a)
  • implement new authenticators to handle sdk authentication (#37) (f876b6d)
  • refactor core to use Promises instead of callbacks (#55) (9ec8afd)

BREAKING CHANGES

  • None of the authenticators or request methods take callbacks as arguments anymore - they return Promises instead.
  • Users that have credential files in both the working directory and the home directory will see a change in which one is used.
  • The internal property url no longer exists on the baseOptions object, it has been renamed to serviceUrl
  • The old style of passing credentials to the base service will no longer work. An Authenticator instance MUST be passed in to the base service constructor.
  • token managers no longer support user access tokens. use BearerTokenAuthenticator instead
  • The class names of the token managers have changed.
  • Icp4dTokenManagerV1 renamed to Cp4dTokenManager
  • IamTokenManagerV1 renamed to IamTokenManager
  • JwtTokenManagerV1 renamed to JwtTokenManager
  • The public method setAuthorizationInfo is renamed to setClientIdAndSecret
  • The response body is no longer the 2nd callback argument, the detailed response is. The body is located under the result property. The data property is removed.
  • This SDK may no longer work with applications running on Node 6 or 8.
dpopp07
published 1.0.0-rc5 •

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