@types/fuzzaldrin
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -5,5 +5,7 @@ // Type definitions for fuzzaldrin 2.1 | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.1 | ||
export function filter<T>(candidates: T[], query: string, options?: { key?: string, maxResults?: number }): T[]; | ||
export function filter(candidates: string[], query: string, options?: {maxResults?: number}): string[]; | ||
export function filter<T, K extends keyof T>(candidates: T[], query: string & T[K], options: {key: K, maxResults?: number}): T[]; | ||
export function match(string: string, query: string): any; | ||
export function score(string: string, query: string): number; |
{ | ||
"name": "@types/fuzzaldrin", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "TypeScript definitions for fuzzaldrin", | ||
"license": "MIT", | ||
"author": "Mohamed Hegazy <https://github.com/mhegazy>", | ||
"contributors": [ | ||
{ | ||
"name": "Mohamed Hegazy", | ||
"url": "https://github.com/mhegazy", | ||
"githubUsername": "mhegazy" | ||
} | ||
], | ||
"main": "", | ||
@@ -14,5 +20,4 @@ "repository": { | ||
"dependencies": {}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "6652f4041eab7efc13dc2616e886bbd92ce4bdbc3cd34ba69257cc7609781979", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "b9184f94d7cb07a395ede4d8f55f3670f73ff2ad84b975165f0f40d45976fdaa", | ||
"typeScriptVersion": "2.1" | ||
} |
@@ -8,8 +8,7 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/fuzzaldrin | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fuzzaldrin | ||
Additional Details | ||
* Last updated: Thu, 29 Dec 2016 23:09:05 GMT | ||
* Library Dependencies: none | ||
* Module Dependencies: none | ||
* Last updated: Sun, 03 Dec 2017 16:26:41 GMT | ||
* Dependencies: none | ||
* Global values: none | ||
@@ -16,0 +15,0 @@ |
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
2893
9
17
1