
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.
mutant-scroll
Advanced tools
An infinite scroller for mutant, fed by pull-streams. Heavily inspired by pull-scroll.
const Scroller = require('mutant-scroll')
const scollableContainer = Scroller({
streamToTop,
streamToBottom,
render
})
// => mutant html element <div class='Scroller'>
Keys you can provide mutant-scroll:
render
- a function called on each item to render htmlstreamToTop
, streamToBottom
- (one required) at least one is required, is expected to be a pull-stream source.classList
- (optional) an Array of classes to add to the final elementprepend
, append
- (optional) supply array of html elements to insert before or after the streaming content.updateTop
- (optional) a function which is passed (soFar, new)
where new
is the incoming value from the top stream, and soFar
is the scrollers observable Array of values, which you're expected to mutate.updateBottom
- (optional) similar to updateTopstore
- (optional) supply a mutant/array
if you want to have external access to it, e.g. for cachingcomparer
- (optional) a function used for the mutant map to compare those things it's rendering overoverflowY
- (optional) over-ride the default inline style over overflow-ycb
- (optional) a callback called when errors happenFAQs
An infinite scroller fed by pull-streams
The npm package mutant-scroll receives a total of 12 weekly downloads. As such, mutant-scroll popularity was classified as not popular.
We found that mutant-scroll 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
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.