node-damerau-levenshtein
node-damerau-levenshtein copied to clipboard
Damerau - Levenstein distance function for node
Hello! I have been trying to incorporate Damerau-Levenshtein distance into my project, and this library seems to be the best option for me. However, after some testing I found that...
This PR: - renames arguments - cleans up the formatting for the `index.js` file 👍 - changes `var` to `let` and `const` -- it's been enough years that it shouldn't...
There seems to be an extra parameter, `limit`, that is allowed: https://github.com/tad-lispy/node-damerau-levenshtein/blob/59cf1487f750ef562666c4d2cf5c377a73e334a2/index.js#L5 Yet if you ever put in a number that is smaller than the total `steps` the method fails:...
I think it works 😅 Thank you for the recommendation in #11 👍
Mentioning tests, change log, good practices regarding description (version, impact, steps to reproduce).
Bumps [nanoid](https://github.com/ai/nanoid) to 3.3.1 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `nanoid` from 3.1.25 to 3.3.1 Changelog Sourced from nanoid's changelog. 3.3.1 Reduced package...