
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.
qb-messageq
Advanced tools
messageq is a simple, reliable Redis-backed task queue based pub/sub messaging system based on relyq. It is based on a pub/sub model and an example follows.
npm install qb-messageq --save
qb.speaks(require('qb-messageq'), { port: 8000, base: '/qb-api' })
.start()
// Access a channel using messageq and qb's `contact` polymethod
.contact('messageq://new-users-channel')
// Listen for messages on this channel
.subscribe(function onNewUser(msg) {})
// Or you can directly invoke a service queue
.subscribe('service-to-execute-with-message');
// Or you can create an alias
qb.contacts('messageq://some-channel', 'some-channel')
.contact('some-channel')
// And lastly, you can publish on channels
.publish({a: 'message', to: 'be', deliv:'ered'});
Options:
discovery_prefix: 'my-soa-discovery'
(required) - Redis key prefix for the discovery service. This must be same across all messageq instances that want to talk to each other.ttl: 5000
(default: 5s (in ms)) - Time to live between cached subscriber requests. Use a large one for long-term subscribers.Note: The messageq dialect will use the same redis server as the qb framework for task queuing.
MIT in LICENSE file
FAQs
MessageQ dialect for QB service framework
The npm package qb-messageq receives a total of 0 weekly downloads. As such, qb-messageq popularity was classified as not popular.
We found that qb-messageq 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.