Open dimitrisnl opened 5 years ago
@jviotti Just to clarify is that check enough for us, or do we want to verify that there is at least one published version?
@dimitrisnl The algorithm should be:
private: true
then don't bother checking NPM as we can assume its not in there
https://github.com/balena-io-modules/detectorist
edit: Detectorist checks for the existence of
private: true
in package.json, which doesn't guarantee that it's an actual published NPM package.