Socket
Socket
Sign inDemoInstall

@workbench-stack/core

Package Overview
Dependencies
Maintainers
4
Versions
318
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@workbench-stack/core - npm Package Compare versions

Comparing version 0.0.27-alpha.110 to 0.0.27-alpha.112

16

CHANGELOG.md

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

## [0.0.27-alpha.112](https://github.com/cdmbase/workbench-stack/compare/v0.0.27-alpha.111...v0.0.27-alpha.112) (2020-02-29)
**Note:** Version bump only for package @workbench-stack/core
## [0.0.27-alpha.111](https://github.com/cdmbase/workbench-stack/compare/v0.0.27-alpha.110...v0.0.27-alpha.111) (2020-02-29)
**Note:** Version bump only for package @workbench-stack/core
## [0.0.27-alpha.110](https://github.com/cdmbase/workbench-stack/compare/v0.0.27-alpha.109...v0.0.27-alpha.110) (2020-02-28)

@@ -8,0 +24,0 @@

2

lib/interfaces/configuration/configuration-service.d.ts

@@ -47,4 +47,6 @@ import { Event } from '@vscode/monaco-editor/esm/vs/base/common/event';

}
export interface IBrowserConfigurationService extends Pick<IConfigurationService, Exclude<keyof IConfigurationService, 'inspect' | 'getConfigurationData' | 'keys' | 'onDidChangeConfiguration'>> {
}
export interface IConfigurationMicroserviceEvent {
onDidChangeConfiguration: (event: IConfigurationChangeEvent) => Promise<void>;
}

4

package.json
{
"name": "@workbench-stack/core",
"version": "0.0.27-alpha.110",
"version": "0.0.27-alpha.112",
"description": "Workbench core for higher packages to depend on",

@@ -47,3 +47,3 @@ "main": "lib/index.js",

},
"gitHead": "9d9f9309f557702435b6de86dd3a24e8fcfb1b66"
"gitHead": "cc6db236e6a2bf122be578968d5d06b3fced2705"
}
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