electron-debug
Advanced tools
Comparing version 1.2.0 to 1.3.0
{ | ||
"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
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
7531
+ Addedelectron-is-dev@0.3.0(transitive)
- Removedelectron-is-dev@0.1.2(transitive)
Updatedelectron-is-dev@^0.3.0