sinopia
sinopia copied to clipboard
web ui do not show all version
I have problem with sinopia UI. I created my private repository and I added my package called universal-table version 1.0.0. Everything was fine it shows me that I have it on my own repository. Then I added next version of universal-table version 1.0.1. Also its shows me newer version on my repository but why it doesn’t show older version also.
In /path_to_sinopia/storage/universal-table I have got 3 files package.json - describe me all information about package which I add universal-table-1.0.0.tgz universal-table-1.0.1.tgz
It is possible to show all my version form universal-table on the web browser (web UI?)
Statistic: npm --version -> 4.2.0 sinopia --version -> 1.4.0
Sinopia UI only displays the latest
published version for each package.
It is possible to show all published version on web UI?
Nop, I don't think so. It's intended in that way, you can see here the implementation. https://github.com/rlidwka/sinopia/blob/master/lib/storage.js#L385 and nobody will change it, this project is dead since long time ago.