-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
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
Search page shows newer version than detail page #163
Comments
Hi. |
Hi, I have the same problem for:
On Bower I obtain error on search page.
So I guess the problem is from Bower than asset-packagist? The problem is that not all bower packages have the NPM equivalent. |
@FlorentTorregrosa thanks for the additional information!
Yeah, that error has been there for months. Strange thing: "this" error we describe now, seems to be something of the last weeks... Maybe Bower's API has also shut down by now? |
Hi there, I have the same issue here, on asset-packagist.org is listing bower-asset/jquery 3.7.1 as last version. But when we check the download page it's only available 3.6.4. It's breaking my Yii update. Can you check it please? https://asset-packagist.org/package/bower-asset/jquery Thanks. |
Is there any update on this issue? |
I had a related issue on this page: today newest version is v5.3.3 I noticed it after a composer update, which downgraded 5.3.3 to 5.2.3, because 5.3.3 didn't seem to exist anymore. |
Seems to be related to the backend process, that fetches version lists. From the links I see in this issue, I understand that it happens sometimes, but now it looks pretty consistent and I don't see anything in logs or monitoring that might give me an idea. Closing the issue for now |
Well, for my example it still applies... https://asset-packagist.org/package/search?query=datatables.net-buttons-bs&platform=bower%2Cnpm Both version Detail pages:
https://github.com/DataTables/Dist-DataTables-Buttons-Bootstrap/releases |
Might be related to #156
When searching on https://asset-packagist.org for datatables.net-buttons-bs on "any" platform, the URL becomes https://asset-packagist.org/package/search?query=datatables.net-buttons-bs&platform=bower%2Cnpm which shows:
As we can see for both NPM and Bower the most recent version is
2.4.2
.When visiting the detail pages, we can see the following versions:
NPM: 2.4.2 @ https://asset-packagist.org/package/detail?fullname=npm-asset/datatables.net-buttons-bs
Bower: 2.3.5 @ https://asset-packagist.org/package/detail?fullname=bower-asset/datatables.net-buttons-bs
A few weeks ago the Bower variant was still also at
2.4.2
...And when trying to install one of them, for NPM
2.3.6
is installed and for Bower version2.3.5
is installed:NPM
Bower:
What could be the cause of this difference in used versions?
When trying to force composer to download
^2.4
, the following errors are generated:NPM
Bower:
The text was updated successfully, but these errors were encountered: