
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
@soleng-fuze/electron-debug
Advanced tools
Adds useful debug features to your Electron app built with Vue.js
Adds useful debug features to your Electron app
Ideas for more debug features welcome!
Toggle DevTools.
Force reload the window.
Open DevTools and focus the Element Inspector tool.
Just install any of these extension and they'll be activated for you:
$ npm install electron-debug
const {app, BrowserWindow} = require('electron');
require('electron-debug')({showDevTools: true});
let win;
app.on('ready', () => {
win = new BrowserWindow();
});
Only runs when in development, unless overridden by the enabled
option. So no need to guard it for production.
Install keyboard shortcuts and optionally activate DevTools on each created BrowserWindow
.
Type: boolean
Type: boolean
string
Default: false
Values: 'right'
'bottom'
'undocked'
false
true
(Last dock state)
Show DevTools on each created BrowserWindow
.
Toggle DevTools for the specified BrowserWindow
instance or the focused one.
Type: BrowserWindow
Default: The focused BrowserWindow
Reload the specified BrowserWindow
instance or the focused one.
Type: BrowserWindow
Default: The focused BrowserWindow
Open DevTools for the specified BrowserWindow
instance or the focused one.
Type: BrowserWindow
Default: The focused BrowserWindow
Type: boolean
string
Default: false
Values: 'right'
'bottom'
'undocked'
false
true
(last dock state)
Show DevTools on each created BrowserWindow
.
MIT © Sindre Sorhus
FAQs
Adds useful debug features to your Electron app built with Vue.js
The npm package @soleng-fuze/electron-debug receives a total of 0 weekly downloads. As such, @soleng-fuze/electron-debug popularity was classified as not popular.
We found that @soleng-fuze/electron-debug demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.