browserify / browserify/wzrd.in
API for getting list of versions for a module
Open
looking-4-input
nice-to-have
- Dominant language
- JavaScript
- Stars
- 637
- Forks
- 79
- PR merge metrics
- No merged PRs in 30d
Description
`GET /modulename`
=>
`{"name": "modulename, "versions": ["0.0.1", "0.0.2"]}`
`versions[versions.length - 1]` should be equivalent to `@latest`
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the existing handler for GET /modulename and the code that resolves @latest. Add the version-list response described in the issue, preserving the latest version as the final array entry, then run the relevant API tests or manually verify the endpoint response.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100