electron-debug
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -68,3 +68,3 @@ 'use strict'; | ||
app.on('ready', () => { | ||
// activate devtron for the user if they have it installed and it's not already added | ||
// Activate devtron for the user if they have it installed and it's not already added | ||
try { | ||
@@ -71,0 +71,0 @@ const devtronAlreadyAdded = BrowserWindow.getDevToolsExtensions && |
{ | ||
"name": "electron-debug", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Adds useful debug features to your Electron app", | ||
@@ -30,3 +30,3 @@ "license": "MIT", | ||
"electron-is-dev": "^0.1.0", | ||
"electron-localshortcut": "^0.6.0" | ||
"electron-localshortcut": "^2.0.0" | ||
}, | ||
@@ -39,11 +39,7 @@ "devDependencies": { | ||
"xo": { | ||
"esnext": true, | ||
"envs": [ | ||
"node", | ||
"browser" | ||
], | ||
"rules": { | ||
"import/no-extraneous-dependencies": "off" | ||
} | ||
] | ||
} | ||
} |
@@ -79,3 +79,3 @@ # electron-debug | ||
Type: `boolean`<br> | ||
Type: `boolean` | ||
@@ -128,5 +128,6 @@ ##### showDevTools | ||
- [electron-config](https://github.com/sindresorhus/electron-config) - Simple config handling for your Electron app or module | ||
- [electron-store](https://github.com/sindresorhus/electron-store) - Save and load data like user preferences, app state, cache, etc | ||
- [electron-context-menu](https://github.com/sindresorhus/electron-context-menu) - Context menu for your Electron app | ||
- [electron-dl](https://github.com/sindresorhus/electron-dl) - Simplified file downloads for your Electron app | ||
- [electron-unhandled](https://github.com/sindresorhus/electron-unhandled) - Catch unhandled errors and promise rejections in your Electron app | ||
- [electron-is-dev](https://github.com/sindresorhus/electron-is-dev) - Check if Electron is running in development | ||
@@ -133,0 +134,0 @@ - [debug-menu](https://github.com/parro-it/debug-menu) - Chrome-like debug context-menu for Electron |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7548
138
+ Addeddebug@2.6.9(transitive)
+ Addedelectron-is-accelerator@0.1.2(transitive)
+ Addedelectron-localshortcut@2.0.2(transitive)
+ Addedms@2.0.0(transitive)
- Removedelectron-localshortcut@0.6.1(transitive)