This repository was archived by the owner on May 1, 2024. It is now read-only.
Information different between npm official site & API #1031
-
I am reviewing on using npm API to retrieve libraries information. But I found that some APIs cannot obtain the license info while it can be obtained from web page Sample: Anyone has ideas on this? |
Beta Was this translation helpful? Give feedback.
Answered by
MylesBorins
Nov 14, 2023
Replies: 1 comment
-
The landing page for a package shows the most recent information. Version 0.6.2 of colors did not have a license field in the package.json which is why it is not returned by the API |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MylesBorins
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The landing page for a package shows the most recent information. Version 0.6.2 of colors did not have a license field in the package.json which is why it is not returned by the API