Back to Explore

jonschlinkert/is-number

GitHub
1 watchersOpen source

Last release: 7/4/2018

`is-number` is a JavaScript and Node.js utility that returns `true` for values that are numbers or string representations of finite numbers, otherwise `false`. It is useful for validating regex matches, user input, and parsed strings where it is not always reliable to determine whether a value is truly numeric.

Project status

  • The upstream project appears to be not actively maintained in recent years, with the last recorded upstream push on 2022-09-15, and the most recent published major version listed here being 7.0.0 from 2018.
  • The apparent update cadence is sparse, with major updates in 2018 (5.0.0, 6.0.0, 7.0.0) and no newer update summaries shown after 2018 in the provided data.

AI summary generated Today

AI-generated from public sources. May be inaccurate. Report

Recent updates

  • 7.0.0

    7/4/2018

    v7.0.0 refactors the is-number implementation and updates the README, benchmarks harness, and dev tooling. The release notes section is empty, so the documented change list is unavailable, but the code diff shows both logic refactoring and packaging/tooling changes.

    BreakingFeatures
  • 6.0.0

    3/31/2018

    Version 6.0.0 updates the core `is-number` logic in `index.js`, along with documentation formatting changes in `README.md` and `.verb.md`. No release notes were provided for this version, so the actual behavior changes must be inferred from the code diff.

  • 5.0.0

    1/29/2018

    Release 5.0.0 was published on 2018-01-29, but no release notes were provided by the publisher. As a result, there is no documented information on new features, breaking changes, bug fixes, security updates, or migration guidance for this version.