{"id":28409955,"url":"https://github.com/crowdstrike/falconjs","last_synced_at":"2026-03-03T16:15:53.935Z","repository":{"id":37094958,"uuid":"446147467","full_name":"CrowdStrike/falconjs","owner":"CrowdStrike","description":"CrowdStrike Falcon API JS library for the browser and Node","archived":false,"fork":false,"pushed_at":"2026-02-24T17:37:41.000Z","size":5090,"stargazers_count":23,"open_issues_count":21,"forks_count":13,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-02-25T13:32:17.795Z","etag":null,"topics":["api","browser","javascript","node","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/CrowdStrike.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-01-09T16:49:16.000Z","updated_at":"2026-02-24T14:27:53.000Z","dependencies_parsed_at":"2024-08-20T18:37:54.949Z","dependency_job_id":"3a3322a6-144a-4288-9165-b93ea452b1c9","html_url":"https://github.com/CrowdStrike/falconjs","commit_stats":{"total_commits":237,"total_committers":3,"mean_commits":79.0,"dds":0.3966244725738397,"last_synced_commit":"1095eddee95fc6edc38fb6f1d947d23d601d1341"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/CrowdStrike/falconjs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrowdStrike%2Ffalconjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrowdStrike%2Ffalconjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrowdStrike%2Ffalconjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrowdStrike%2Ffalconjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CrowdStrike","download_url":"https://codeload.github.com/CrowdStrike/falconjs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrowdStrike%2Ffalconjs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30051357,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T15:26:47.567Z","status":"ssl_error","status_checked_at":"2026-03-03T15:26:17.132Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["api","browser","javascript","node","typescript"],"created_at":"2025-06-02T11:09:22.839Z","updated_at":"2026-03-03T16:15:53.930Z","avatar_url":"https://github.com/CrowdStrike.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FalconJS\n\n[![Version](https://img.shields.io/npm/v/crowdstrike-falcon.svg)](https://www.npmjs.com/package/crowdstrike-falcon)\n[![Build](https://github.com/CrowdStrike/falconjs/actions/workflows/sanity_check.yaml/badge.svg)](https://github.com/CrowdStrike/falconjs/actions/workflows/sanity_check.yaml)\n[![License](https://img.shields.io/github/license/crowdstrike/falconjs.svg)](https://github.com/crowdstrike/falconjs/blob/main/LICENSE)\n\n[![NPM](https://nodei.co/npm/crowdstrike-falcon.png?mini=true)](https://npmjs.org/package/crowdstrike-falcon)\n\nTypeScript SDK for the CrowdStrike Falcon API.\n\n## Experimental\n\n\u003e falconjs is an open source project, not a CrowdStrike product. It carries no formal support, expressed or implied.\n\n## Installation\n\n```bash\nnpm install crowdstrike-falcon\n```\n\n## Features\n\n- **TypeScript-first** — fully typed request and response models\n- **120+ API services** — detections, hosts, intel, spotlight, real-time response, and more\n- **OAuth2 built-in** — automatic token management via middleware\n\n## Quick Start\n\n```typescript\nimport { FalconClient, FalconErrorExplain } from \"crowdstrike-falcon\";\n\nconst client = new FalconClient({\n    cloud: \"us-1\",\n    clientId: \"your-client-id\",\n    clientSecret: \"your-client-secret\",\n});\n\nawait client.sensorDownload\n    .getSensorInstallersCCIDByQuery()\n    .catch(async function (err) {\n        console.error(\"Could not fetch CCID: \" + (await FalconErrorExplain(err)));\n    })\n    .then((value) =\u003e {\n        console.log(\"my CCID: \", value);\n    });\n```\n\n## Documentation\n\n- [Example usage under nodejs](examples/node/README.md)\n- [Example usage inside browser](examples/browser/README.md)\n- [SDK Developer documentation](docs/devel.md)\n- [CrowdStrike API documentation](https://docs.crowdstrike.com/p/api)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrowdstrike%2Ffalconjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrowdstrike%2Ffalconjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrowdstrike%2Ffalconjs/lists"}