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.285 to 0.0.27-alpha.291

8

CHANGELOG.md

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

## [0.0.27-alpha.291](https://github.com/cdmbase/workbench-stack/compare/v0.0.27-alpha.290...v0.0.27-alpha.291) (2020-08-18)
**Note:** Version bump only for package @workbench-stack/core
## [0.0.27-alpha.285](https://github.com/cdmbase/workbench-stack/compare/v0.0.27-alpha.284...v0.0.27-alpha.285) (2020-08-08)

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

3

lib/constants/preferences.d.ts

@@ -10,1 +10,4 @@ export declare const DEFAULT_SETTINGS_EDITOR_SETTING = "workbench.settings.openDefaultSettings";

export declare const KEYBINDINGS_EDITOR_COMMAND_DEFINE = "keybindings.editor.defineKeybinding";
export declare const SETTINGS_EDITOR_COPY_SETTING = "settings.editor.copySettingJSON";
export declare const SETTINGS_EDITOR_COPY_ID = "settings.editor.copySettingID";
export declare const SETTINGS_EDITOR_RESET_SETTING = "settings.editor.resetSetting";

@@ -16,2 +16,3 @@ import { IEditorOptions, IEditorGroup } from '../generated-model';

getMostCommonlyUsedSettings(): string[];
resetSetting(resource: URI, settingKey: string): Promise<boolean>;
}

@@ -18,0 +19,0 @@ export interface ISettingsEditorOptions extends IEditorOptions {

4

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

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

},
"gitHead": "a6d2fc07a9e5c9d8f163728ab265a8080233f23b"
"gitHead": "033acca1414c6ea26d84f7c9904df7196aa880f1"
}

@@ -13,1 +13,5 @@

export const KEYBINDINGS_EDITOR_COMMAND_DEFINE = 'keybindings.editor.defineKeybinding';
export const SETTINGS_EDITOR_COPY_SETTING = 'settings.editor.copySettingJSON';
export const SETTINGS_EDITOR_COPY_ID = 'settings.editor.copySettingID';
export const SETTINGS_EDITOR_RESET_SETTING = 'settings.editor.resetSetting';

@@ -25,2 +25,3 @@ import { IResourceSideBySideInput, IEditorOptions, IEditorGroup } from '../generated-model';

getMostCommonlyUsedSettings(): string[]; //@sri modified
resetSetting(resource: URI, settingKey: string): Promise<boolean>; //@sri modified
}

@@ -27,0 +28,0 @@

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

Sorry, the diff of this file is not supported yet

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

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

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