We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I use the API (https://libraries.io/api/search?order=desc&platforms=npm&sort=created_at&api_key=KEY) to get the newly published packages of NPM, it provides the wrong latest_download_url for all scoped packages.
latest_download_url
For example, it should be "https://registry.npmjs.org/@fish-cli/template-vue3/-/template-vue3-1.0.0.tgz" for the package @fish-cli/template-vue3 but it provides "https://registry.npmjs.org/@fish-cli/template-vue3/-/@fish-cli/template-vue3-1.0.0.tgz".
@fish-cli/template-vue3
Hoping for some help. Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I use the API (https://libraries.io/api/search?order=desc&platforms=npm&sort=created_at&api_key=KEY) to get the newly published packages of NPM, it provides the wrong
latest_download_url
for all scoped packages.For example, it should be "https://registry.npmjs.org/@fish-cli/template-vue3/-/template-vue3-1.0.0.tgz" for the package
@fish-cli/template-vue3
but it provides "https://registry.npmjs.org/@fish-cli/template-vue3/-/@fish-cli/template-vue3-1.0.0.tgz".Hoping for some help. Thanks!
The text was updated successfully, but these errors were encountered: