You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@redis/search

Package Overview
Dependencies
Maintainers
3
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@redis/search - npm Package Compare versions

Comparing version
5.8.1
to
5.8.2
+2
-1
dist/lib/commands/SEARCH.js

@@ -120,3 +120,4 @@ "use strict";

2: (reply) => {
const withoutDocuments = (reply[0] + 1 == reply.length);
// if reply[2] is array, then we have content/documents. Otherwise, only ids
const withoutDocuments = reply.length > 2 && !Array.isArray(reply[2]);
const documents = [];

@@ -123,0 +124,0 @@ let i = 1;

{
"name": "@redis/search",
"version": "5.8.1",
"version": "5.8.2",
"license": "MIT",

@@ -17,3 +17,3 @@ "main": "./dist/lib/index.js",

"peerDependencies": {
"@redis/client": "^5.8.1"
"@redis/client": "^5.8.2"
},

@@ -20,0 +20,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet