Comparing version 2.2.1 to 2.2.2
{ | ||
"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" | ||
] | ||
} |
@@ -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 |
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
62
5350
4
58