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-beta.9 to 2.0.0

4

package.json

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

"optionalDependencies": {
"@lokidb/loki": "2.0.0-beta.9"
"@lokidb/loki": "2.0.0"
},
"version": "2.0.0-beta.9"
"version": "2.0.0"
}

@@ -227,5 +227,6 @@ import { LokiEventEmitter } from "./event_emitter";

* @param {object} options - an object containing inflation options for each collection
* @param {boolean} ignore_not_found - does not raise an error if database is not found
* @returns {Promise} a Promise that resolves after the database is loaded
*/
private _loadDatabase(options?);
private _loadDatabase(options?, ignore_not_found?);
/**

@@ -232,0 +233,0 @@ * Handles manually loading from an adapter storage (such as fs-storage)

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