Socket
Socket
Sign inDemoInstall

redisearch

Package Overview
Dependencies
6
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.9 to 0.0.10

.npmignore

9

lib/redis-search.js

@@ -64,5 +64,8 @@ 'use strict';

tmpKeys.push(tmpKeyName);
var command = commands.and;
if (index === 'content' && data.matchWords === 'any') {
command = commands.or;
var command = commands.or;
if (index === 'content') {
command = commands.and;
if (data.matchWords === 'any') {
commmand = commands.or;
}
}

@@ -69,0 +72,0 @@ cmds.push([command, tmpKeyName, keys.length].concat(keys));

@@ -5,3 +5,3 @@ {

"description": "A plugin to search data with redis",
"version": "0.0.9",
"version": "0.0.10",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc