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.2.1 to 0.2.2

7

CHANGELOG.md

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

## [0.2.2](https://github.com/IBM/node-sdk-core/compare/v0.2.1...v0.2.2) (2019-05-01)
### Bug Fixes
* carry user options from constructor to axios parameters ([65d55ec](https://github.com/IBM/node-sdk-core/commit/65d55ec))
## [0.2.1](https://github.com/IBM/node-sdk-core/compare/v0.2.0...v0.2.1) (2019-04-29)

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

2

lib/requestwrapper.js

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

};
axios_1.default(requestParams)
axios_1.default(extend(true, {}, options, requestParams))
.then(function (res) {

@@ -256,0 +256,0 @@ // the other sdks use the interface `result` for the body

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

@@ -67,3 +67,2 @@ "main": "./index",

"object.pick": "~1.3.0",
"semver": "^5.6.0",
"vcap_services": "~0.3.4"

@@ -83,6 +82,7 @@ },

"lint": "npm run eslint:check && npm run tslint:check",
"test": "jest --silent --verbose test/unit/",
"test-travis": "jest --silent --runInBand test/unit/",
"test": "jest --verbose test/unit/",
"test-travis": "jest --runInBand test/unit/",
"report-coverage": "codecov",
"prepare": "tsc"
"build": "tsc",
"prepare": "npm run build"
},

@@ -89,0 +89,0 @@ "jest": {

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