
Research
SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.
@redis/bloom
Advanced tools
This package provides support for the [RedisBloom](https://redis.io/docs/data-types/probabilistic/) module, which adds additional probabilistic data structures to Redis.
This package provides support for the RedisBloom module, which adds additional probabilistic data structures to Redis.
Should be used with redis/@redis/client.
:warning: To use these extra commands, your Redis server must have the RedisBloom module installed.
RedisBloom provides the following probabilistic data structures:
For some examples, see bloom-filter.js, cuckoo-filter.js, count-min-sketch.js and topk.js in the examples folder.
The 'bloom-filter' package provides a simple implementation of Bloom filters in JavaScript. It is less feature-rich compared to @redis/bloom and does not integrate with Redis, making it suitable for in-memory operations only.
The 'cuckoo-filter' package offers a JavaScript implementation of Cuckoo filters. Similar to 'bloom-filter', it does not integrate with Redis and is intended for in-memory use cases.
The 'count-min-sketch' package provides a JavaScript implementation of the Count-Min Sketch data structure. It is useful for approximate frequency counting but lacks the Redis integration provided by @redis/bloom.
FAQs
This package provides support for the [RedisBloom](https://redis.io/docs/data-types/probabilistic/) module, which adds additional probabilistic data structures to Redis.
The npm package @redis/bloom receives a total of 4,502,207 weekly downloads. As such, @redis/bloom popularity was classified as popular.
We found that @redis/bloom demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.

Company News
Socket is proud to join the OpenJS Foundation as a Silver Member, deepening our commitment to the long-term health and security of the JavaScript ecosystem.

Security News
npm now links to Socket's security analysis on every package page. Here's what you'll find when you click through.