Socket
Socket
Sign inDemoInstall

@lokidb/full-text-search

Package Overview
Dependencies
1
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.1.0

4

package.json

@@ -13,5 +13,5 @@ {

"optionalDependencies": {
"@lokidb/loki": "2.0.0"
"@lokidb/loki": "2.1.0"
},
"version": "2.0.0"
"version": "2.1.0"
}

@@ -23,3 +23,4 @@ import { Analyzer } from "./analyzer/analyzer";

* @param {boolean} [options.store=true] - inverted index will be stored at serialization rather than rebuilt on load
* @param {boolean} [options.optimizeChanges=true] - flag to
* @param {boolean} [options.optimizeChanges=true] - flag to store additional metadata inside the index for better
* performance if an existing field is updated or removed
* @param {Analyzer} [options.analyzer=] - the analyzer of this inverted index

@@ -26,0 +27,0 @@ */

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc