[READ-ONLY] Mirror of https://github.com/FoxxMD/string-sameness. Compare the sameness of two strings foxxmd.github.io/string-sameness/
compare cosine-similarity dice-coefficient levenshtein-distance sameness string text typescript
0

Configure Feed

Select the types of activity you want to include in your feed.

Downgrade leven for better compatibility

Pure ES modules break older projects

FoxxMD (Apr 4, 2023, 2:06 PM EDT) 39150300 44449e27

+6 -6
+2 -2
package.json
··· 1 1 { 2 2 "name": "@foxxmd/string-sameness", 3 - "version": "0.1.0", 3 + "version": "0.1.1", 4 4 "description": "determine how closely the same two strings are", 5 5 "repository": "https://github.com/foxxmd/string-sameness", 6 6 "author": "FoxxMD", ··· 31 31 "typescript": "^4.9.5" 32 32 }, 33 33 "dependencies": { 34 - "leven": "^4.0.0", 34 + "leven": "^3.0.0", 35 35 "string-similarity": "^4.0.4" 36 36 } 37 37 }
+4 -4
yarn.lock
··· 34 34 resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.2.0.tgz#31ff3f4c2b9793f89c67212627c51c6394f88e76" 35 35 integrity sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w== 36 36 37 - leven@^4.0.0: 38 - version "4.0.0" 39 - resolved "https://registry.yarnpkg.com/leven/-/leven-4.0.0.tgz#b9c39c803f835950fabef9e122a9b47b95708710" 40 - integrity sha512-puehA3YKku3osqPlNuzGDUHq8WpwXupUg1V6NXdV38G+gr+gkBwFC8g1b/+YcIvp8gnqVIus+eJCH/eGsRmJNw== 37 + leven@^3.0.0: 38 + version "3.1.0" 39 + resolved "https://registry.yarnpkg.com/leven/-/leven-3.1.0.tgz#77891de834064cccba82ae7842bb6b14a13ed7f2" 40 + integrity sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A== 41 41 42 42 lunr@^2.3.9: 43 43 version "2.3.9"