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-indexand use @burntsushi’swalkdirto list all the names. - convert all the names to lowercase and
_->- - use @burntsushi’s
fstto make the list searchable. - use @burntsushi’s
fst-levenshteinto search the fst for each name. - save the results to a gist.
Tada 3909 matches!