Numeral-js
Numeral-js copied to clipboard
NumeralJS Should Be Marked as Deprecated or Abandoned
Upon discovering NaN bugs, and seeing PRs addressing bugs, with last merge 4 years ago...
Please deprecate this project and suggest a better/maintained one.
Seeing as how it still gets almost 700k weekly downloads, would anyone be willing to pick up and maintain this project (assuming the author is responsive)? Or does anyone know of a suitable alternative?
cc: @adamwdraper
This has been suggested a few times. If you want a direct fork, you probably want to check out Numbro. See #638, among other similar issues.
Crazy that this project still gets near 700k weekly downloads from npm. Does anyone know what happened to the author?
I have created a library trying to solve the most common problems I found by using Numeral.js You can check it here: numerable Feedback and bugs reporting is appreciated
Check out native Number.prototype.toLocaleString() or Intl.NumberFormat
Or there is also numbro package which is a fork from this package.