Why the version v0.2.0 is not equals github
- Dominant language
- JavaScript
- Stars
- 38
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
## From NPM
```
bddStdin.keys = Object.freeze({
up: '\u001b[A',
down: '\u001b[B',
left: '\u001b[D',
right: '\u001b[C'
});
```
## From Github
```
bddStdin.keys = Object.freeze({
up: '\u001b[A',
down: '\u001b[B',
left: '\u001b[D',
right: '\u001b[C',
enter: '\n',
space: ' '
})
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Compare the v0.2.0 code shown from NPM with the GitHub source, focusing on the bddStdin.keys definition and the missing enter and space keys. Determine which behavior is intended; done means the published package and repository agree, with the discrepancy verified after release or package inspection.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- cli, testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100