Socket
Socket
Sign inDemoInstall

lucene-query-builder

Package Overview
Dependencies
0
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.7.2 to 0.7.3

2

lib/cjs/functions/processPhrase.js

@@ -20,5 +20,5 @@ "use strict";

.split(/\s+/)
.map((word) => `${word}~${fuzzyLevel}`)
.map((word) => `"${word}"~${fuzzyLevel}`)
.join(' ');
};
exports.processPhrase = processPhrase;

@@ -17,4 +17,4 @@ import { defaultValues } from '../constants/defaultValues';

.split(/\s+/)
.map((word) => `${word}~${fuzzyLevel}`)
.map((word) => `"${word}"~${fuzzyLevel}`)
.join(' ');
};
{
"name": "lucene-query-builder",
"version": "0.7.2",
"version": "0.7.3",
"description": "Library to build lucene queries in a typescript friendly way",

@@ -5,0 +5,0 @@ "main": "lib/cjs/index.js",

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