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

@nozbe/microfuzz

Package Overview
Dependencies
Maintainers
6
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nozbe/microfuzz - npm Package Compare versions

Comparing version 0.1.5 to 1.0.0

2

package.json
{
"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)

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