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 3.0.0 to 3.0.1

2

index.d.ts

@@ -20,3 +20,3 @@ import {BrowserWindow} from 'electron';

@default 'undocked'
@default 'previous'
*/

@@ -23,0 +23,0 @@ readonly devToolsMode?:

@@ -72,3 +72,3 @@ 'use strict';

showDevTools: true,
devToolsMode: 'undocked',
devToolsMode: 'previous',
...options

@@ -75,0 +75,0 @@ };

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

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

@@ -48,7 +48,3 @@ # electron-debug

<a href="https://www.patreon.com/sindresorhus">
<img src="https://c5.patreon.com/external/logo/become_a_patron_button@2x.png" width="160">
</a>
## Usage

@@ -96,3 +92,3 @@

Type: `string`<br>
Default: `'undocked'`<br>
Default: `'previous'`<br>
Values: `'undocked'` `'right'` `'bottom'` `'previous'` `'detach'`

@@ -140,6 +136,1 @@

- [debug-menu](https://github.com/parro-it/debug-menu) - Chrome-like debug context-menu for Electron
## License
MIT © [Sindre Sorhus](https://sindresorhus.com)
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