uncenter / npm-on-github

📈 A Chrome extension to view NPM package downloads right on GitHub.
https://chrome.google.com/webstore/detail/npm-on-github/ldpbompbnpjmnfabebpbjohomchefogk
MIT License
5 stars 0 forks source link

Properly verify that the npm package is hosted on the current repository #2

Closed uncenter closed 1 year ago

uncenter commented 1 year ago

As long as the name in the package.json exists somewhere in the registry, it uses that package. Yikes.

uncenter commented 1 year ago

Fixed!