Well with the npm-malicious-packages I don’t think that “there’s no problem.” We still don’t have a typo proof system, just a -
/_
proof one.
How many crates are levenshtein< 1 from each other?
So I descended into the BurntSushiVers…
- check out
crates.io-index
and use @burntsushi’swalkdir
to list all the names. - convert all the names to lowercase and
_
->-
- use @burntsushi’s
fst
to make the list searchable. - use @burntsushi’s
fst-levenshtein
to search the fst for each name. - save the results to a gist.
Tada 3909 matches!