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.266 to 0.0.27-alpha.268

8

CHANGELOG.md

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

## [0.0.27-alpha.268](https://github.com/cdmbase/workbench-stack/compare/v0.0.27-alpha.267...v0.0.27-alpha.268) (2020-07-27)
**Note:** Version bump only for package @workbench-stack/core
## [0.0.27-alpha.266](https://github.com/cdmbase/workbench-stack/compare/v0.0.27-alpha.265...v0.0.27-alpha.266) (2020-07-25)

@@ -8,0 +16,0 @@

3

lib/interfaces/editor/editor.d.ts

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

}
export interface ServicesAccessor {
get<T>(id: ServiceIdentifier<T>, isOptional?: any): T;
}
{
"name": "@workbench-stack/core",
"version": "0.0.27-alpha.266",
"version": "0.0.27-alpha.268",
"description": "Workbench core for higher packages to depend on",

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

},
"gitHead": "cdaaa976ab05891aafb05fe169ef6f4060e845df"
"gitHead": "89d20b9ff69bad4612b7419d6b6f37c6f5a68af5"
}

@@ -1,2 +0,1 @@

import { SymbolKind } from 'cdecode';

@@ -3,0 +2,0 @@ export const CommonTypes = {

@@ -314,5 +314,6 @@ /* tslint:disable */

export interface ServicesAccessor {
get<T>(id: ServiceIdentifier<T>, isOptional?: any): T;
}
// remove in future
// export interface ServicesAccessor {
// get<T>(id: ServiceIdentifier<T>, isOptional?: any): T;
// }

Sorry, the diff of this file is too big to display

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