Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
@bugsnag/plugin-electron-client-state-manager
Advanced tools
@bugsnag/electron plugin to sync state between various processes
This plugin provides a wrapper around the parts of state that need to be synchronised, providing a way for listeners to be notified of changes.
The plugin runs in the main Electron process, and patches each of the client mutators whose state we need to synchronise:
setUser()
setContext()
addMetadata()
clearMetadata()
Any call to these methods (which will be from a developer or a plugin calling Bugsnag.<method>()
in the main process) will emit an event signifying the change and updated value.
Separately, we expose a bulkUpdate
method for a new renderer to deliver a full state update in one pass.
This package is free software released under the MIT License. See LICENSE.txt for details.
FAQs
@bugsnag/electron plugin to sync state between various processes
The npm package @bugsnag/plugin-electron-client-state-manager receives a total of 1,311 weekly downloads. As such, @bugsnag/plugin-electron-client-state-manager popularity was classified as popular.
We found that @bugsnag/plugin-electron-client-state-manager demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.