
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.
scramjet-fini
Advanced tools
A readable stream and a Scramjet plugin that never ends and always returns consequent id's.
npm install scramjet-fini
You can use this module as a scramjet plugin - it will add a new method to all the streams: addId
const scramjet = require('scramjet')
.plugin(require("scramjet-fini"));
fs.createReadStream("mydata.log")
.pipe(new scramjet.StringStream())
.split("\n")
.parse(logParser)
.addId((logline, id) => logline.id = id)
All the logs in the above example will have a sequential id.
const {InfinteDataStream} = require("scramjet-infinite");
new InfiniteDataStream()
.pipe(myStream);
Oh... if you think of piping this to disk - this actually never ends and it will eventually use all your disk space.
FAQs
A scramjet compatible readable stream that never ends
The npm package scramjet-fini receives a total of 35 weekly downloads. As such, scramjet-fini popularity was classified as not popular.
We found that scramjet-fini demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
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.