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

@thi.ng/trie

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/trie - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

CHANGELOG.md
# Change Log
- **Last updated**: 2024-08-18T14:11:34Z
- **Last updated**: 2024-09-19T21:09:34Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

@@ -5,0 +5,0 @@

@@ -17,3 +17,3 @@ import type { Fn0, IObjectOf, Maybe, Nullable, Pair } from "@thi.ng/api";

keys(sep?: string, prefix?: string): Generator<string, void, unknown>;
values(): Generator<V, void, undefined>;
values(): Generator<V, void, unknown>;
suffixes(prefix: K, withPrefix?: boolean, sep?: string): Generator<string, void, unknown>;

@@ -20,0 +20,0 @@ clear(): void;

{
"name": "@thi.ng/trie",
"version": "1.1.2",
"version": "1.1.3",
"description": "Trie-based map data structure with prefix search/query support",

@@ -39,9 +39,9 @@ "type": "module",

"dependencies": {
"@thi.ng/api": "^8.11.9"
"@thi.ng/api": "^8.11.10"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.5",
"esbuild": "^0.23.0",
"typedoc": "^0.26.5",
"typescript": "^5.5.4"
"@microsoft/api-extractor": "^7.47.9",
"esbuild": "^0.23.1",
"typedoc": "^0.26.7",
"typescript": "^5.6.2"
},

@@ -90,3 +90,3 @@ "keywords": [

},
"gitHead": "f6e26ea1142525171de5d36b9c3119f2782bb437\n"
"gitHead": "b52baa3750ddd1256892df966ab7ac9b4806a9ef\n"
}
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