buckaroo
buckaroo copied to clipboard
Warn users about similarly named packages
If the user tries to install some-package and both some-package and some_package are available, we should warn the user. Fake packages are a potential security risk.
Under the new model it's not clear how this could be implemented - we don't know the full universe of packages until resolve time.