@types/typeahead
Advanced tools
Comparing version 0.11.31 to 0.11.32
@@ -1189,3 +1189,3 @@ // Type definitions for typeahead.js 0.11.1 | ||
*/ | ||
public search(query: string, sync: (datums: T[]) => void, async: (datums: T[]) => void): T[]; | ||
public search(query: string, sync: (datums: T[]) => void, async?: (datums: T[]) => void): T[]; | ||
@@ -1192,0 +1192,0 @@ /** |
{ | ||
"name": "@types/typeahead", | ||
"version": "0.11.31", | ||
"version": "0.11.32", | ||
"description": "TypeScript definitions for typeahead.js", | ||
@@ -9,7 +9,9 @@ "license": "MIT", | ||
"name": "Ivaylo Gochkov", | ||
"url": "https://github.com/igochkov" | ||
"url": "https://github.com/igochkov", | ||
"githubUsername": "igochkov" | ||
}, | ||
{ | ||
"name": "Gidon Junge", | ||
"url": "https://github.com/gjunge" | ||
"url": "https://github.com/gjunge", | ||
"githubUsername": "gjunge" | ||
} | ||
@@ -26,4 +28,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "2b6465ec9d798095491d28b53aadbc326be7275ad7bbafa08f595322ee6d9758", | ||
"typesPublisherContentHash": "fcf4e39d4a3bba8965a14b931b2064eb1710ac7d6f0baa861b8fc0e06a502521", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 21 Aug 2017 22:03:22 GMT | ||
* Last updated: Mon, 05 Feb 2018 16:02:05 GMT | ||
* Dependencies: jquery | ||
@@ -14,0 +14,0 @@ * Global values: Bloodhound |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
66297