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

electron-debug

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-debug - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

2

index.js

@@ -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

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