{"library":"isnumeric","type":"library","category":null,"description":"The `isNumeric` package provides a utility function to determine if a given JavaScript object represents a numeric value. It's designed to be more permissive than standard JavaScript's `Number.isFinite()` or `isNaN()`, accepting various string representations of numbers, including integers, floating-points, octals (e.g., `0144`), hexadecimals (e.g., `0xFF`), and scientific notation (e.g., `3e5`). This package is currently at version 0.3.3 and was last published over 8 years ago, indicating it is no longer actively maintained. Its key differentiator is its broad interpretation of what constitutes a 'numeric' value, especially its handling of string inputs, which includes unusual parsing of 'decimal commas' (e.g., '1,1') that deviates from standard JavaScript number parsing. Given its abandonment, users might consider more modern, actively maintained alternatives or native `Number` methods for stricter validation.","language":"javascript","status":"abandoned","version":"0.3.3","tags":["javascript","isnumeric","numeric","number"],"last_verified":"Wed May 27","install":[{"cmd":"npm install isnumeric","imports":["const isNumeric = require('isnumeric');","import isNumeric from 'isnumeric';"]},{"cmd":"yarn add isnumeric","imports":[]},{"cmd":"pnpm add isnumeric","imports":[]}],"homepage":"http://ilee.co.uk","github":"https://github.com/leecrossley/isNumeric","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/isnumeric","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/isnumeric/compatibility"}}