@types/typeahead
Advanced tools
Comparing version 0.11.27 to 0.11.28
@@ -1018,3 +1018,3 @@ // Type definitions for typeahead.js 0.11.1 | ||
*/ | ||
transform?: (response: T[]) => T[]; | ||
transform?: (response: T) => T; | ||
} | ||
@@ -1073,3 +1073,9 @@ | ||
*/ | ||
transform?: (response: T[]) => T[]; | ||
transform?: (response: T) => T; | ||
/** | ||
* DEPRECATED: transform the remote response before the Bloodhound instance operates on it. | ||
* */ | ||
filter?: (response: T) => T; | ||
} | ||
@@ -1205,2 +1211,7 @@ | ||
public clearRemoteCache(): Bloodhound<T>; | ||
/* | ||
* DEPRECATED: wraps the suggestion engine in an adapter that is compatible with the typeahead jQuery plugin | ||
*/ | ||
public ttAdapter(): any; | ||
} | ||
@@ -1207,0 +1218,0 @@ |
{ | ||
"name": "@types/typeahead", | ||
"version": "0.11.27", | ||
"description": "TypeScript definitions for typeahead.js 0.11.1", | ||
"version": "0.11.28", | ||
"description": "TypeScript definitions for typeahead.js", | ||
"license": "MIT", | ||
"author": "Ivaylo Gochkov <https://github.com/igochkov/>, Gidon Junge <https://github.com/gjunge/>", | ||
"contributors": [ | ||
{ | ||
"name": "Ivaylo Gochkov", | ||
"url": "https://github.com/igochkov/" | ||
}, | ||
{ | ||
"name": "Gidon Junge", | ||
"url": "https://github.com/gjunge/" | ||
} | ||
], | ||
"main": "", | ||
@@ -16,4 +25,5 @@ "repository": { | ||
}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "a941036fbb9f9af48ec4ccf08b0b21b9c41a944c70b340acbda9a7006bbb44e6" | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "08262fc4bdfe03c19e221e76158c44f2ff445d32ceb61f236abfedca684f1c43", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -5,12 +5,10 @@ # Installation | ||
# Summary | ||
This package contains type definitions for typeahead.js 0.11.1 (http://twitter.github.io/typeahead.js/). | ||
This package contains type definitions for typeahead.js (http://twitter.github.io/typeahead.js/). | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/typeahead | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/typeahead | ||
Additional Details | ||
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT | ||
* File structure: Mixed | ||
* Library Dependencies: jquery | ||
* Module Dependencies: none | ||
* Last updated: Tue, 14 Mar 2017 18:47:30 GMT | ||
* Dependencies: jquery | ||
* Global values: Bloodhound | ||
@@ -17,0 +15,0 @@ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
64883
0
3
1083
17