balderdashy / balderdashy/sails
Latest @sailshq/lodash reports its version incorrectly
Open
resolved
- Dominant language
- JavaScript
- Stars
- 22.8k
- Forks
- 1.9k
- PR merge metrics
- No merged PRs in 30d
Description
https://www.npmjs.com/package/@sailshq/lodash shows 3.10.4
```
> console.log([
require('./node_modules/@sailshq/lodash/package.json').version,
require('./node_modules/@sailshq/lodash').VERSION,
])
[ '3.10.4', '3.10.2' ]
```
Contributor guide
Research direction
Compare the version in @sailshq/lodash/package.json with the exported VERSION value shown by the require example and inspect how the npm package is published. Confirm that the package metadata and runtime-reported version agree, then rerun the example and verify the npm listing reflects the same version.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100