{"id":19041972,"url":"https://github.com/writetome51/in-numeric-order","last_synced_at":"2026-06-21T15:31:29.582Z","repository":{"id":122062413,"uuid":"153022056","full_name":"writetome51/in-numeric-order","owner":"writetome51","description":"2 functions check if array of numbers is in ascending numeric order or not","archived":false,"fork":false,"pushed_at":"2020-11-24T21:34:50.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-26T23:22:43.379Z","etag":null,"topics":["in-order","javascript","numbers","sequential","typescript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/writetome51.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-14T21:47:17.000Z","updated_at":"2020-11-24T21:34:53.000Z","dependencies_parsed_at":"2023-07-22T18:16:55.961Z","dependency_job_id":null,"html_url":"https://github.com/writetome51/in-numeric-order","commit_stats":null,"previous_names":["writetome51/in-ascending-order"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/writetome51/in-numeric-order","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/writetome51%2Fin-numeric-order","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/writetome51%2Fin-numeric-order/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/writetome51%2Fin-numeric-order/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/writetome51%2Fin-numeric-order/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/writetome51","download_url":"https://codeload.github.com/writetome51/in-numeric-order/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/writetome51%2Fin-numeric-order/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34616509,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-21T02:00:05.568Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["in-order","javascript","numbers","sequential","typescript"],"created_at":"2024-11-08T22:33:37.474Z","updated_at":"2026-06-21T15:31:29.560Z","avatar_url":"https://github.com/writetome51.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# inNumericOrder(numbers): boolean\n\nIf `numbers` are in ascending order, returns true.  \nEach item in `numbers` must be of type 'number'.\n\n## Examples\n```js\ninNumericOrder([1,2,3,4]); // --\u003e true\n\ninNumericOrder([-1.03, -1.02, 0.222, 0.223]); // --\u003e true\n\ninNumericOrder([-10, 5, -11]); // --\u003e false\n\ninNumericOrder([-10, '', -11]);\n// --\u003e Error: \"Input must be a finite number of type 'number'\"\n```\n\n## Installation\n`npm i  @writetome51/in-numeric-order`\n\n## Loading\n```js\nimport { inNumericOrder } from '@writetome51/in-numeric-order'; \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwritetome51%2Fin-numeric-order","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwritetome51%2Fin-numeric-order","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwritetome51%2Fin-numeric-order/lists"}