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.29 to 0.11.30

10

typeahead/index.d.ts

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

4

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

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