@types/typeahead
Advanced tools
Comparing version 0.11.29 to 0.11.30
@@ -1104,10 +1104,12 @@ // Type definitions for typeahead.js 0.11.1 | ||
/** | ||
* Split a given string on whitespace characters. | ||
* Split the string content of the given object attribute(s) on | ||
* whitespace characters. | ||
*/ | ||
whitespace(str: string): string[]; | ||
whitespace(key: string | string[]): (obj: any) => string[]; | ||
/** | ||
* Split a given string on non-word characters. | ||
* Split the string content of the given object attribute(s) on non-word | ||
* characters. | ||
*/ | ||
nonword(str: string): string[]; | ||
nonword(key: string | string[]): (obj: any) => string[]; | ||
} | ||
@@ -1114,0 +1116,0 @@ } |
{ | ||
"name": "@types/typeahead", | ||
"version": "0.11.29", | ||
"version": "0.11.30", | ||
"description": "TypeScript definitions for typeahead.js", | ||
@@ -26,4 +26,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "70c4529b2b0d71b4928bb020321d9e58e78c16d2be0d43fca9686c49ca4a0d9b", | ||
"typesPublisherContentHash": "eddc0d3259bf6ae11eb227778cc49763b4de115a6b61e2855e811b6c3719598b", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 15 Jun 2017 20:23:46 GMT | ||
* Last updated: Tue, 01 Aug 2017 14:04:54 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
66248
1086