npms-io / npms-api

The https://npms.io API
MIT License
189 stars 30 forks source link

Fetching versions of specific package #100

Closed metronom72 closed 3 years ago

metronom72 commented 4 years ago

Your API is the perfect, but is there exist any possibility to fetching all the versions of some package?

Jolg42 commented 4 years ago

I think you could do a GET on the npm registry directly like https://registry.npmjs.org/typescript

metronom72 commented 3 years ago

I see. Thank you for answer @Jolg42