{"id":16531360,"url":"https://github.com/marcbachmann/concat-arrays","last_synced_at":"2025-10-25T21:37:28.428Z","repository":{"id":57205075,"uuid":"49064383","full_name":"marcbachmann/concat-arrays","owner":"marcbachmann","description":"Concatenates arrays or array-like objects (arguments)","archived":false,"fork":false,"pushed_at":"2023-12-15T02:44:33.000Z","size":12,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-14T16:03:35.221Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marcbachmann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2016-01-05T12:26:58.000Z","updated_at":"2019-03-17T11:43:09.000Z","dependencies_parsed_at":"2023-12-15T03:39:35.656Z","dependency_job_id":"f9182504-42f4-4d6b-ac85-884dfac11a63","html_url":"https://github.com/marcbachmann/concat-arrays","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcbachmann%2Fconcat-arrays","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcbachmann%2Fconcat-arrays/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcbachmann%2Fconcat-arrays/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcbachmann%2Fconcat-arrays/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcbachmann","download_url":"https://codeload.github.com/marcbachmann/concat-arrays/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241637624,"owners_count":19995008,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-11T18:08:36.931Z","updated_at":"2025-10-25T21:37:23.396Z","avatar_url":"https://github.com/marcbachmann.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# concat-arrays\n\n[![Greenkeeper badge](https://badges.greenkeeper.io/marcbachmann/concat-arrays.svg)](https://greenkeeper.io/)\n\nConcatenates arrays or array-like objects (arguments)\n\n```js\nvar concat = require('concat-arrays')\nconcat([1, 2], [3, 4], [4]) // returns [1, 2, 3, 4, 4]\n\n// Unlike [].concat, this module also works with arguments\nfunction appendOne () {\n    return concat(arguments, [1])\n}\n\nappendOne('3', '2') // returns [3, 2, 1]\n\n// It rejects falsy values\nconcat(null, [], undefined) // returns []\n\n\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcbachmann%2Fconcat-arrays","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcbachmann%2Fconcat-arrays","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcbachmann%2Fconcat-arrays/lists"}