
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
react-geiger
Advanced tools
React Geiger is a tool for "audiolizing" React performance issues. You can have it running in the background and makes little clicks which will point your attention to excessive (slow) component rerenders.
Play with it in this playground
npm i react-geiger
You wrap whatever you want to track in the <Geiger>
component, and re-renders inside will cause a click if they take longer than the threshold set (default: 50ms).
The most basic setup is wrapping your entire app:
<Geiger>
<App />
</Geiger>
You can also use it on a sub-tree wherever.
The options are:
profilerId?: string;
renderTimeThreshold?: number;
phaseOption?: PhaseOption;
customSoundFile?: string
enabled?: boolean;
profilerId
is an id that will be passed on to the React.Profiler
component. You probably don't need to change this.renderTimeThreshold
is the time in milliseconds that will trigger a click. Default is 50ms. Set to 0 to make any re-render clickphaseOption
is the phase of the render you want to track, either 'mount'
, 'update'
or 'both'
(which is the default)customSoundFile
path to a custom sound file, if you want to use something else than the default click soundenabled
defaults to true, but you can use this to disable it. Note that it relies on React.Profiler
under the hood, which is disabled in production builds per default.FAQs
Audiolize React performance
We found that react-geiger demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.