Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@gedit/keyboard

Package Overview
Dependencies
Maintainers
4
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gedit/keyboard - npm Package Compare versions

Comparing version 0.2.7 to 0.2.8

4

lib/browser/browser-keyboard-layout-provider.d.ts

@@ -19,3 +19,3 @@ /********************************************************************************

import { LocalStorageService } from '@gedit/storage';
export declare type KeyboardLayoutSource = 'navigator.keyboard' | 'user-choice' | 'pressed-keys';
export type KeyboardLayoutSource = 'navigator.keyboard' | 'user-choice' | 'pressed-keys';
export declare class BrowserKeyboardLayoutProvider implements KeyboardLayoutProvider, KeyboardLayoutChangeNotifier, KeyValidator {

@@ -103,4 +103,4 @@ protected readonly logger: Logger;

}
declare type KeyboardLayoutMap = Map<string, string>;
type KeyboardLayoutMap = Map<string, string>;
export {};
//# sourceMappingURL=browser-keyboard-layout-provider.d.ts.map

@@ -16,3 +16,3 @@ /********************************************************************************

********************************************************************************/
export declare type KeySequence = KeyCode[];
export type KeySequence = KeyCode[];
export declare namespace KeySequence {

@@ -265,3 +265,3 @@ function equals(a: KeySequence, b: KeySequence): boolean;

}
export declare type KeysOrKeyCodes = Key | KeyCode | (Key | KeyCode)[];
export type KeysOrKeyCodes = Key | KeyCode | (Key | KeyCode)[];
export declare namespace KeysOrKeyCodes {

@@ -268,0 +268,0 @@ const toKeyCode: (keyOrKeyCode: Key | KeyCode) => KeyCode;

{
"name": "@gedit/keyboard",
"version": "0.2.7",
"version": "0.2.8",
"license": "MIT",

@@ -12,5 +12,5 @@ "main": "lib/index",

"dependencies": {
"@gedit/command": "^0.2.7",
"@gedit/storage": "^0.2.7",
"@gedit/utils": "^0.2.7"
"@gedit/command": "^0.2.8",
"@gedit/storage": "^0.2.8",
"@gedit/utils": "^0.2.8"
},

@@ -32,3 +32,3 @@ "geditExtensions": [

},
"gitHead": "5fd2e0b75c7fa4c5972e56d59dd00d7fce84f11a"
"gitHead": "0d2ac4eadcab052623caaedf2b658065129b2129"
}

Sorry, the diff of this file is not supported yet

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