Socket
Book a DemoInstallSign in
Socket

sift-string

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sift-string

Fast String Distance (SIFT) Algorithm

latest
Source
npmnpm
Version
0.0.2
Version published
Weekly downloads
1.4K
-3.05%
Maintainers
1
Weekly downloads
 
Created
Source

sift

Fast String Distance (SIFT) Algorithm.

NPM

Dependency Status

Installation

Browserify/Node

$ npm install sift-string

Component

$ component install timoxley/sift

Demo

Demo

or if you want to check it out locally:

# run only once to install npm dev dependencies
npm install .
# this will install && build the components and open the demo web page
npm run c-demo

API

sift(string, string)

Return 'distance' between two strings.

TODO

  • Dictionary Helper supply it emits suggestions.

Credit

Code extracted from MailCheck

License

MIT

Keywords

string

FAQs

Package last updated on 14 Dec 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts