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

levdist

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

levdist - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

15

package.json
{
"name": "levdist",
"version": "2.2.1",
"version": "2.2.2",
"description": "A minimal algorithm for computing Levenshtein distance in JavaScript.",

@@ -25,3 +25,14 @@ "main": "lib/index.js",

},
"homepage": "https://github.com/IonicaBizau/node-levdist"
"homepage": "https://github.com/IonicaBizau/node-levdist",
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"resources/",
"menu/",
"cli.js",
"index.js"
]
}

25

README.md

@@ -0,1 +1,2 @@

# levdist [![PayPal](https://img.shields.io/badge/%24-paypal-f39c12.svg)][paypal-donations] [![Version](https://img.shields.io/npm/v/levdist.svg)](https://www.npmjs.com/package/levdist) [![Downloads](https://img.shields.io/npm/dt/levdist.svg)](https://www.npmjs.com/package/levdist) [![Get help on Codementor](https://cdn.codementor.io/badges/get_help_github.svg)](https://www.codementor.io/johnnyb?utm_source=github&utm_medium=button&utm_term=johnnyb&utm_campaign=github)

@@ -5,3 +6,3 @@

## Installation
## :cloud: Installation

@@ -12,4 +13,7 @@ ```sh

## Example
## :clipboard: Example
```js

@@ -24,4 +28,5 @@ // Dependencies

## Documentation
## :memo: Documentation
### `LevDist(s, t)`

@@ -37,13 +42,15 @@ Calculates the Levenshtein distance.

## How to contribute
## :yum: How to contribute
Have an idea? Found a bug? See [how to contribute][contributing].
## Where is this library used?
## :dizzy: Where is this library used?
If you are using this library in one of your projects, add it in this list. :sparkles:
- [`levenshtein-array`](https://github.com/IonicaBizau/node-levenshtein-array)
- [`line-diff`](https://github.com/IonicaBizau/node-line-diff)
- [`levenshtein-array`](https://github.com/IonicaBizau/node-levenshtein-array)—Levenshtein distance for an array.
- [`line-diff`](https://github.com/IonicaBizau/node-line-diff)—Compare strings line by line.
## License
## :scroll: License

@@ -58,2 +65,2 @@ [MIT][license] © [Ionică Bizău][website]

[contributing]: /CONTRIBUTING.md
[docs]: /DOCUMENTATION.md
[docs]: /DOCUMENTATION.md
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