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.14 to 2.17.15

docs/ibm-cloud-sdk-core.api.json

7

CHANGELOG.md

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

## [2.17.15](https://github.com/IBM/node-sdk-core/compare/v2.17.14...v2.17.15) (2022-07-05)
### Bug Fixes
* ensure dist/docs is a directory during build ([#202](https://github.com/IBM/node-sdk-core/issues/202)) ([1b3ef62](https://github.com/IBM/node-sdk-core/commit/1b3ef621e3cbfe0586d433269f63acf77dfa7251))
## [2.17.14](https://github.com/IBM/node-sdk-core/compare/v2.17.13...v2.17.14) (2022-05-02)

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

4

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

@@ -90,3 +90,3 @@ "main": "index.js",

"build:doc": "npm-run-all build:api build:md copy:doc",
"copy:doc": "cp \"temp/ibm-cloud-sdk-core.api.json\" dist/docs",
"copy:doc": "mkdir -p dist/docs && cp \"temp/ibm-cloud-sdk-core.api.json\" dist/docs",
"copy:pkg": "package-json-reducer -s \"config devDependencies directories scripts jestSonar jest\" -o ./dist/package.json package.json",

@@ -93,0 +93,0 @@ "postversion": "publisher --no-checks --dry-run",

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