
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.
Adds a little bit of magic to your blt
var through = require('through2')
, garlic = require('garlic')
garlic(splitSentence)
function splitSentence() {
return through(function(words, _, next) {
var self = this
words.split(' ').forEach(function(word) {
self.push(word)
})
next()
})
}
garlic(createStream)
createStream
is a function that returns a stream. This function will be
called for every tuple, and the returned stream will be used as the sole
means of processing the data from that tuple.garlic
handles anchoring your data-processing events, allowing you to write or
use regular node streams as a Bolt in an Apache Storm Topology.
This is incredibly experimental and magical and untested. Tread lightly
MIT
FAQs
a more magical blt
The npm package garlic receives a total of 0 weekly downloads. As such, garlic popularity was classified as not popular.
We found that garlic 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.