
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
electron-dev
Advanced tools
**note this is not for reloading your BrowserWindow -- tools exist for that already, this is for code related to the main process**
note this is not for reloading your BrowserWindow -- tools exist for that already, this is for code related to the main process
it's like node-dev except for electron apps
like node-dev, electron-dev wraps your program, however where node-dev actually hooks into require(),
electron-dev uses babel-plugin-detective to acquire a list of all the javascript files your app uses.
we then use chokidar to watch for changes to to these files, restarting electron if any happen to change.
electron-dev --dir . --script . (defaults)
if you are happy with those defaults you can just run electron-dev from your project root
FAQs
**note this is not for reloading your BrowserWindow -- tools exist for that already, this is for code related to the main process**
The npm package electron-dev receives a total of 35 weekly downloads. As such, electron-dev popularity was classified as not popular.
We found that electron-dev 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.