Socket
Socket
Sign inDemoInstall

electron-debug

Package Overview
Dependencies
0
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

3

index.js

@@ -5,6 +5,7 @@ 'use strict';

const BrowserWindow = require('browser-window');
const isOSX = process.platform === 'darwin';
module.exports = function () {
app.on('ready', function () {
globalShortcut.register('Alt+CmdOrCtrl+I', function () {
globalShortcut.register(isOSX ? 'Cmd+Alt+I' : 'Ctrl+Shift+I', function () {
var win = BrowserWindow.getFocusedWindow();

@@ -11,0 +12,0 @@

{
"name": "electron-debug",
"version": "0.1.0",
"version": "0.1.1",
"description": "Adds useful debug features to your Electron app",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -14,5 +14,5 @@ # electron-debug

- OS X: `Alt+Cmd+I`
- Linux: `Alt+Ctrl+I`
- Windows: `Alt+Ctrl+I`
- OS X: `Cmd+Alt+I`
- Linux: `Ctrl+Shift+I`
- Windows: `Ctrl+Shift+I`

@@ -19,0 +19,0 @@ ### Reload

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc