Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/flexsearch

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/flexsearch - npm Package Compare versions

Comparing version 0.7.1 to 0.7.2

10

flexsearch/index.d.ts

@@ -361,6 +361,6 @@ // Type definitions for flexsearch 0.7

removeAsync(target: Id | T, callback?: AsyncCallback): Promise<this>;
searchAsync(
searchAsync<Enrich extends boolean = false>(
query: string,
options: string[] | Partial<DocumentSearchOptions<boolean>>
): Promise<SimpleDocumentSearchResultSetUnit[]>;
options: string[] | Partial<DocumentSearchOptions<Enrich>>
): Promise<DocumentSearchResult<T, Store, Enrich>>;
searchAsync(

@@ -377,6 +377,2 @@ query: string,

query: string,
options: Partial<DocumentSearchOptions<Enrich>>
): Promise<DocumentSearchResult<T, Store, Enrich>>;
searchAsync<Enrich extends boolean = false>(
query: string,
options: Partial<DocumentSearchOptions<Enrich>>,

@@ -383,0 +379,0 @@ callback: AsyncCallback<DocumentSearchResult<T, Store, Enrich>>

{
"name": "@types/flexsearch",
"version": "0.7.1",
"version": "0.7.2",
"description": "TypeScript definitions for flexsearch",

@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/flexsearch",

"dependencies": {},
"typesPublisherContentHash": "f5a0e7cd41153be035db2b78c4364cd749d683c6ae0b2143bd7700e2e2e28818",
"typesPublisherContentHash": "e20d0f8c1aea3f007d794c3901619528980a9d6d9c012b3f410fe763d0047bc3",
"typeScriptVersion": "3.7"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Thu, 16 Sep 2021 04:31:20 GMT
* Last updated: Fri, 29 Oct 2021 03:01:19 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc