
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@betterdb/valkey-search-kit
Advanced tools
Shared Valkey Search (FT.*) helpers: vector byte encoding, FT.SEARCH reply parsing, version-skew FT.INFO parsing, and error classification
Shared low-level helpers for working with Valkey Search (FT.* commands): vector byte encoding, FT.SEARCH reply parsing, version-skew-tolerant FT.INFO parsing, TAG filter escaping, and error classification. Consumed by @betterdb/semantic-cache and intended as the foundation for future retrieval and agent-memory packages.
BetterDB Monitor gives you live dashboards for the AI workloads running on your Valkey:


Run it self-hosted (docker run -p 3001:3001 betterdb/monitor), or use BetterDB Cloud - which can also provision a managed, TLS-enabled Valkey instance with the Search module in one click - exactly what this library needs.
npm install @betterdb/valkey-search-kit
encodeFloat32(vec) — encode a number[] embedding as a little-endian Float32 Buffer for binary HSET field values.escapeTag(value) — escape a string for safe use as a Valkey Search TAG filter value (including spaces, which would otherwise split into OR terms).parseFtSearchResponse(raw) — parse a raw FT.SEARCH reply into FtSearchHit[]; never throws, returns [] on empty or malformed input.FtSearchHit — { key: string; fields: Record<string, string> }, a single parsed search hit.parseDimensionFromInfo(info) — extract the vector field dimension from an FT.INFO reply, handling both flat DIM pairs and the Valkey Search 1.2 nested index/dimensions shape.parseFtInfoStats(info) — extract num_docs and indexing state from an FT.INFO reply as FtIndexStats.isIndexNotFoundError(err) — classify an error as a Valkey Search "index does not exist" error across Valkey Search / RediSearch message variants.MIT
FAQs
Shared Valkey Search (FT.*) helpers: vector byte encoding, FT.SEARCH reply parsing, version-skew FT.INFO parsing, and error classification
The npm package @betterdb/valkey-search-kit receives a total of 4 weekly downloads. As such, @betterdb/valkey-search-kit popularity was classified as not popular.
We found that @betterdb/valkey-search-kit demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.