Gathering detailed insights and metrics for mnemonist
Gathering detailed insights and metrics for mnemonist
Gathering detailed insights and metrics for mnemonist
Gathering detailed insights and metrics for mnemonist
@aws-sdk/endpoint-cache
[![NPM version](https://img.shields.io/npm/v/@aws-sdk/endpoint-cache/latest.svg)](https://www.npmjs.com/package/@aws-sdk/endpoint-cache) [![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/endpoint-cache.svg)](https://www.npmjs.com/package/@aws-sdk/e
least-recent
A cache object that deletes the least-recently-used items
@fastify/accept-negotiator
a negotiator for the accept-headers
@th-ko/mnemonist
Curated collection of data structures for the JavaScript language.
Curated collection of data structures for the JavaScript/TypeScript language.
npm install mnemonist
99.7
Supply Chain
99.6
Quality
79.4
Maintenance
100
Vulnerability
100
License
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
2,278 Stars
717 Commits
92 Forks
22 Watching
10 Branches
24 Contributors
Updated on 28 Nov 2024
JavaScript (98.8%)
TypeScript (1.2%)
Cumulative downloads
Total Downloads
Last day
-13.4%
687,101
Compared to previous day
Last week
4.1%
4,142,174
Compared to previous week
Last month
6.6%
17,037,494
Compared to previous month
Last year
78.8%
160,620,701
Compared to previous year
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