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.2.0 to 1.3.0

4

package.json
{
"name": "electron-debug",
"version": "1.2.0",
"version": "1.3.0",
"description": "Adds useful debug features to your Electron app",

@@ -29,3 +29,3 @@ "license": "MIT",

"dependencies": {
"electron-is-dev": "^0.1.0",
"electron-is-dev": "^0.3.0",
"electron-localshortcut": "^2.0.0"

@@ -32,0 +32,0 @@ },

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

```
$ npm install --save electron-debug
$ npm install electron-debug
```

@@ -86,3 +86,3 @@

Default: `false`<br>
Values: `'right'` `'bottom'` `'undocked'` `false` `true` *(last dock state)*
Values: `'right'` `'bottom'` `'undocked'` `false` `true` *(Last dock state)*

@@ -98,3 +98,3 @@ Show DevTools on each created `BrowserWindow`.

Type: `BrowserWindow`<br>
Default: the focused `BrowserWindow`
Default: The focused `BrowserWindow`

@@ -108,3 +108,3 @@ ### refresh([window])

Type: `BrowserWindow`<br>
Default: the focused `BrowserWindow`
Default: The focused `BrowserWindow`

@@ -118,3 +118,3 @@ ### openDevTools([window], [showDevTools])

Type: `BrowserWindow`<br>
Default: the focused `BrowserWindow`
Default: The focused `BrowserWindow`

@@ -121,0 +121,0 @@ #### showDevTools

Sorry, the diff of this file is not supported yet

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