Search
Ctrl + K
Gathering detailed insights and metrics for bitap
fuse.js
Lightweight fuzzy-search
@redocly/fuse.js
fuse-js-latest
bitapi
CLI tool and reusable module for interacting with the bitrise API.
Overview
Readme
Downloads
Dependencies
Vulnerabilities
OpenSSF Scorecard
npm install bitap
Typescript
Module System
Node Version
NPM Version
Total Downloads
0
Last Day
Last Week
Last Month
Last Year
Latest Version
1.0.1
Package Id
bitap@1.0.1
Size
2.05 kB
3.10.10
6.11.2
Cumulative downloads
0%
NaN
Compared to previous day
Compared to previous week
Compared to previous month
Compared to previous year
4
Fuzzy string search algorithm that searches for a given pattern in a text respecting an amount of errors (Levenshtein distance).
It's a JavaScript implementation of the algorithm present in the paper A Faster Algorithm for Approximate String Matching by Ricardo Baeza Yates and Gonzalo Navarro:
$ npm install bitap (...) $ node > let bitap = require('bitap') undefined > bitap('where is my elephant', 'telephone', 3) [ 18 ]
No vulnerabilities found.
No security vulnerabilities found.