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

@types/typeahead

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/typeahead - npm Package Compare versions

Comparing version 0.11.27 to 0.11.28

15

typeahead/index.d.ts

@@ -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 @@

20

typeahead/package.json
{
"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 @@

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