🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@kui-shell/plugin-client-default

Package Overview
Dependencies
Maintainers
2
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kui-shell/plugin-client-default - npm Package Compare versions

Comparing version

to
6.0.8

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [6.0.8](https://github.com/IBM/kui/compare/v4.5.0...v6.0.8) (2020-01-30)
### Bug Fixes
- eliminate the the use of symlink of adding css files to build stage ([dad4987](https://github.com/IBM/kui/commit/dad4987)), closes [#3567](https://github.com/IBM/kui/issues/3567)
- plugin-client-default should have dependency of plugin-client-common ([41fe2f5](https://github.com/IBM/kui/commit/41fe2f5)), closes [#3583](https://github.com/IBM/kui/issues/3583)
### Features
- introduce plugin-client-default meant for hosting a client definition ([688a991](https://github.com/IBM/kui/commit/688a991)), closes [#3463](https://github.com/IBM/kui/issues/3463)
## [6.0.7](https://github.com/IBM/kui/compare/v4.5.0...v6.0.7) (2020-01-30)

@@ -8,0 +19,0 @@

7

package.json
{
"name": "@kui-shell/plugin-client-default",
"version": "6.0.7",
"version": "6.0.8",
"description": "Kui plugin that offers client defintion",
"dependencies": {
"@kui-shell/plugin-client-common": "^6.0.8"
},
"license": "Apache-2.0",

@@ -22,3 +25,3 @@ "author": "Mengting Yan",

},
"gitHead": "b4d12e13a82ea8ae148d62f54c5825ccbed63187"
"gitHead": "1ee7f5a7204e9cae8c832f7ccfe4fbb7add9f7cc"
}