New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/autosuggest-trie

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/autosuggest-trie - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

2

autosuggest-trie/index.d.ts

@@ -12,3 +12,3 @@ // Type definitions for autosuggest-trie 2.1

*/
declare function createTrie<T extends object>(
declare function createTrie<T extends object>(
items: T[],

@@ -15,0 +15,0 @@ textKey: keyof T,

{
"name": "@types/autosuggest-trie",
"version": "2.1.0",
"version": "2.1.1",
"description": "TypeScript definitions for autosuggest-trie",

@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/autosuggest-trie",

"dependencies": {},
"typesPublisherContentHash": "0b5851cbc409ea44d467b4a5fe2c9bd98e612c8b16f7a50c0cb561132d0542eb",
"typeScriptVersion": "3.7"
"typesPublisherContentHash": "bceea9a3ceff8b0b9fc2f47ec52c2d2b162ec47c8012f88c6697279a06da0266",
"typeScriptVersion": "4.5"
}

@@ -22,3 +22,3 @@ # Installation

*/
declare function createTrie<T extends object>(
declare function createTrie<T extends object>(
items: T[],

@@ -76,3 +76,3 @@ textKey: keyof T,

### Additional Details
* Last updated: Sun, 29 Aug 2021 03:01:20 GMT
* Last updated: Fri, 22 Sep 2023 18:11:04 GMT
* Dependencies: none

@@ -79,0 +79,0 @@ * Global values: none

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