hiqdev / asset-packagist

Asset Packagist
https://asset-packagist.org
BSD 3-Clause "New" or "Revised" License
247 stars 24 forks source link

Deprecated version showing as stable #119

Closed joshkel closed 1 year ago

joshkel commented 4 years ago

Asset Packagist is showing a deprecated version of DataTables.net as stable.

According to https://asset-packagist.org/package/detail?fullname=npm-asset/datatables.net, the current version is 2.1.1, which is stable.

If I look on npmjs.com, I can see that 2.1.1 does exist, although it's 3 years old and was marked as deprecated (as seen under the "show deprecated versions" option):

https://www.npmjs.com/package/datatables.net

Since Asset Packagist shows 2.1.1 as stable, my Composer keeps suggesting it as an upgrade.

I'm not very familiar with how NPM treats deprecating releases, so I'm not sure what the best fix is. I assume it could break things for Asset Packagist to remove them completely, but maybe it could flag them as unstable?

Thank you.