Gathering detailed insights and metrics for @th-ko/mnemonist
Gathering detailed insights and metrics for @th-ko/mnemonist
Gathering detailed insights and metrics for @th-ko/mnemonist
Gathering detailed insights and metrics for @th-ko/mnemonist
Curated collection of data structures for the JavaScript/TypeScript language.
npm install @th-ko/mnemonist
Typescript
Module System
Node Version
NPM Version
43.5
Supply Chain
97
Quality
75
Maintenance
50
Vulnerability
99.6
License
JavaScript (98.8%)
TypeScript (1.2%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
2,346 Stars
725 Commits
96 Forks
21 Watchers
10 Branches
26 Contributors
Updated on Jul 11, 2025
Latest Version
0.27.0
Package Id
@th-ko/mnemonist@0.27.0
Unpacked Size
296.96 kB
Size
56.84 kB
File Count
83
NPM Version
6.4.1
Node Version
10.13.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
2
Mnemonist is a curated collection of data structures for the JavaScript language.
It gathers classic data structures (think heap, trie etc.) as well as more exotic ones such as Buckhard-Keller trees etc.
It strives at being:
npm install --save mnemonist
Full documentation for the library can be found here.
Classics
Low-level & structures for very specific use cases
Information retrieval & Natural language processing
Space & time indexation
Metric space indexation
Probabilistic & succinct data structures
Utility classes
Note that this list does not include a Graph
data structure, whose implementation is usually far too complex for the scope of this library.
However, we advise the reader to take a look at the graphology
library instead.
Don't find the data structure you need? Maybe we can work it out together.
Contributions are obviously welcome. Be sure to lint the code & add relevant unit tests.
# Installing
git clone git@github.com:Yomguithereal/mnemonist.git
cd mnemonist
npm install
# Linting
npm run lint
# Running the unit tests
npm test
No vulnerabilities found.
Reason
no vulnerabilities detected
Reason
license file detected
Details
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
dependency not pinned by hash detected -- score normalized to 9
Details
Reason
6 commit(s) out of 30 and 3 issue activity out of 30 found in the last 90 days -- score normalized to 7
Reason
GitHub code reviews found for 13 commits out of the last 30 -- score normalized to 4
Details
Reason
no badge detected
Reason
non read-only tokens detected in GitHub workflows
Details
Reason
security policy file not detected
Reason
no update tool detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
project is not fuzzed
Score
Last Scanned on 2022-08-15
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More