https://github.com/crowdstrike/falconjs
CrowdStrike Falcon API JS library for the browser and Node
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.9%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
CrowdStrike Falcon API JS library for the browser and Node
Basic Info
Statistics
- Stars: 19
- Watchers: 4
- Forks: 12
- Open Issues: 17
- Releases: 7
Topics
Metadata Files
README.md
falconjs
CrowdStrike Falcon API JS library for the browser and Node
Experimental
falconjs is an open source project, not a CrowdStrike product. As such it carries no formal support, expressed or implied.
Installation
npm install crowdstrike-falcon
Exemplary use
With falconjs, there are two ways to call CrowdStrike API service collections. You can use the FalconClient object, which has always been available, or you can use the new Falcon object, which behaves like the API Harness, or UberClass, from FalconPy.
FalconClient
```typescript import { FalconClient, FalconErrorExplain } from "crowdstrike-falcon";
const client = new FalconClient({ cloud: "us-1", clientId: "", clientSecret: "", });
await client.sensorDownload .getSensorInstallersCCIDByQuery() .catch(async function (err) { alert("Could not fetch CCID: " + (await FalconErrorExplain(err))); }) .then((value) => { console.log("my CCID: ", value); }); ```
Falcon
when using request body properties:
js
const body = { ids: ["123", "456", "789"]}
try {
detDetails = await falcon.command("GetDetectSummaries", body)
return detDetails
} catch (error) {
console.log(error)
return
}
when using query params:
js
const params = { filter: "score:<=75"}
const args = {"getAssessmentsByScoreV1", params }
try {
ztaDetails = await falcon.command(args)
return ztaDetails
} catch(error) {
console.log(error)
return
}
Documentation
Owner
- Name: CrowdStrike
- Login: CrowdStrike
- Kind: organization
- Email: github@crowdstrike.com
- Location: United States of America
- Website: https://www.crowdstrike.com
- Repositories: 183
- Profile: https://github.com/CrowdStrike
GitHub Events
Total
- Issues event: 4
- Watch event: 5
- Delete event: 42
- Issue comment event: 36
- Push event: 15
- Pull request review event: 7
- Pull request event: 99
- Fork event: 3
- Create event: 47
Last Year
- Issues event: 4
- Watch event: 5
- Delete event: 42
- Issue comment event: 36
- Push event: 15
- Pull request review event: 7
- Pull request event: 99
- Fork event: 3
- Create event: 47
Committers
Last synced: 9 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Simon Lukasik | s****k@c****m | 150 |
| dependabot[bot] | 4****] | 95 |
| Evan Stoner | e****r@c****m | 10 |
| Josh Lang | j****g@c****m | 5 |
| Carlos Matos | c****s@c****m | 4 |
| snyk-bot | s****t@s****o | 1 |
| Nathan Cook | 2****s | 1 |
| J Lang | 4****v | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 7
- Total pull requests: 135
- Average time to close issues: 7 months
- Average time to close pull requests: 2 months
- Total issue authors: 4
- Total pull request authors: 9
- Average comments per issue: 0.57
- Average comments per pull request: 0.71
- Merged pull requests: 22
- Bot issues: 0
- Bot pull requests: 117
Past Year
- Issues: 6
- Pull requests: 108
- Average time to close issues: 5 months
- Average time to close pull requests: 24 days
- Issue authors: 3
- Pull request authors: 6
- Average comments per issue: 0.33
- Average comments per pull request: 0.57
- Merged pull requests: 17
- Bot issues: 0
- Bot pull requests: 96
Top Authors
Issue Authors
- evanstoner (4)
- silvareal (1)
- joncrain (1)
- ktwbc (1)
- MMChrisHinshaw (1)
Pull Request Authors
- dependabot[bot] (147)
- evanstoner (10)
- jlangdev (6)
- carlosmmatos (6)
- jshcodes (4)
- silvareal (1)
- nathancharles (1)
- clburlison (1)
- isimluk (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 2
-
Total downloads:
- npm 11,653 last-month
-
Total dependent packages: 1
(may contain duplicates) -
Total dependent repositories: 1
(may contain duplicates) - Total versions: 12
- Total maintainers: 5
npmjs.org: crowdstrike-falcon
CrowdStrike Falcon API library for browser and node
- Homepage: https://github.com/crowdstrike/falconjs#readme
- License: MIT
-
Latest release: 0.4.0
published over 1 year ago
Rankings
Maintainers (4)
npmjs.org: @silvablaze/crowdstrike-falcon
CrowdStrike Falcon API library for browser and node
- Homepage: https://github.com/crowdstrike/falconjs#readme
- License: MIT
-
Latest release: 0.4.1
published 7 months ago
Rankings
Maintainers (1)
Dependencies
- 149 dependencies
- @types/node ^17.0.38 development
- @typescript-eslint/eslint-plugin ^5.27.0 development
- @typescript-eslint/parser ^5.27.0 development
- cross-fetch ^3.1.5 development
- esbuild ^0.14.42 development
- eslint ^8.16.0 development
- eslint-config-google ^0.14.0 development
- prettier ^2.6.2 development
- typescript ^4.7.2 development
- actions/checkout v3 composite
- gaurav-nelson/github-action-markdown-link-check v1 composite
- actions/checkout v3 composite
- actions/setup-node v3 composite
