Socket
Socket
Sign inDemoInstall

electron-localshortcut

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-localshortcut - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

package.json

@@ -13,3 +13,3 @@ {

],
"version": "0.3.0",
"version": "0.3.1",
"main": "src/index.js",

@@ -16,0 +16,0 @@ "engines": {

@@ -8,2 +8,3 @@ # electron-localshortcut

**Note:** Since this module internally use `global-shortcut` native module, you should not use it until the `ready` event of the app module is emitted. See [electron docs](https://github.com/atom/electron/edit/master/docs/api/global-shortcut.md).

@@ -83,3 +84,3 @@ [![NPM module](https://img.shields.io/npm/v/electron-localshortcut.svg)](https://npmjs.org/package/electron-localshortcut)

## Global shortcuts.
## Global shortcuts

@@ -86,0 +87,0 @@ This set of methods allow you to manage shortcuts that work on any window of your app. They are active only when a window in the app is focused.

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