@nozbe/microfuzz
Advanced tools
Comparing version 0.1.5 to 1.0.0
{ | ||
"name": "@nozbe/microfuzz", | ||
"description": "A tiny, simple, fast fuzzy search library", | ||
"version": "0.1.5", | ||
"version": "1.0.0", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "up": "yarn", |
@@ -55,2 +55,6 @@ <p align="center"> | ||
## Demo | ||
[**➡️ See demo**](https://nozbe.github.io/microfuzz/) | ||
## Using microfuzz (plain JS) | ||
@@ -134,3 +138,3 @@ | ||
- [Fuse.js](https://github.com/krisk/Fuse) - popular implementation with **many more options**, including extended search and indexing. However, while its scoring (sorting) is much more sophisticated in theory, I found it unsatisfactory in practice. | ||
- [fuzzysort](https://github.com/farzher/fuzzysort) - optimized for fuzzy searching lists of file names/file paths, but I don't like its scoring for natural language labels | ||
- [fuzzysort](https://github.com/farzher/fuzzysort) - faster and really good for fuzzy searching lists of file names/file paths, but I don't like its scoring for natural language labels. I borrowed the test data from fuzzysort so you can compare both demos side by side. | ||
- [MiniSearch](https://www.npmjs.com/package/minisearch) | ||
@@ -137,0 +141,0 @@ - [fuzzy](https://github.com/mattyork/fuzzy) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
82550
0
152