mathiasbynens / mathiasbynens/jsesc
jsesc.version is wrong for latest version (3.1.0) - erroneously reports 3.0.2
Open
- Dominant language
- JavaScript
- Stars
- 800
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
You can immediately see this if you go to https://www.npmjs.com/package/jsesc/v/3.1.0?activeTab=code, click "jsesc.js", and scroll down to the end where you'll see the line:
```
jsesc.version = '3.0.2';
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Open the published jsesc.js file referenced in the issue and inspect the version assignment at the end. Confirm the package's current version is 3.1.0, then verify that the published file reports that same version.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100