Closed alessandro-newzoo closed 1 year ago
Thanks for reporting the bug. Turns out the data return by API (from https://npms.io/) was not accurate. With latest release (0.2.1) easy-npm uses public API from npms.org, which seems to return correct versions.
Regarding readme, both APIs do not return readme's for some packages. Not sure what's the reasoning behind it, you can try the public API to debug this at your end, eg. https://registry.npmjs.org/react However, extension would now try to fetch the readme from github repo, if API fails to return it, so you should see fewer instances of no readme.
@anish000kumar legend, thank you so much!
There's more of these under Dev Dependencies.
Not sure what's causing this, as you can see multiple packages have an update available but it won't show up in your extension. For
Flowbite
it even shows an older version than the one installed.Also not sure where it's pulling this data from, because even though it shows "No Readme", if I click here, it takes me to the right page on npmjs.com, which shows the correct latest version as well as the readme:
Anything I can do to help debugging this? Does the extension generate any logs?
package.json
: