https://github.com/crowdstrike/falconjs

CrowdStrike Falcon API JS library for the browser and Node

https://github.com/crowdstrike/falconjs

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

api browser javascript node typescript

Keywords from Contributors

crowdstrike falcon sequences security-automation python39 python38 python37 python313 crowdstrike-apis devsecops
Last synced: 5 months ago · JSON representation

Repository

CrowdStrike Falcon API JS library for the browser and Node

Basic Info
  • Host: GitHub
  • Owner: CrowdStrike
  • License: mit
  • Language: TypeScript
  • Default Branch: main
  • Homepage:
  • Size: 3.76 MB
Statistics
  • Stars: 19
  • Watchers: 4
  • Forks: 12
  • Open Issues: 17
  • Releases: 7
Topics
api browser javascript node typescript
Created about 4 years ago · Last pushed 7 months ago
Metadata Files
Readme License

README.md

falconjs

Version Build License

NPM

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

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

All Time
  • Total Commits: 267
  • Total Committers: 8
  • Avg Commits per committer: 33.375
  • Development Distribution Score (DDS): 0.438
Past Year
  • Commits: 29
  • Committers: 6
  • Avg Commits per committer: 4.833
  • Development Distribution Score (DDS): 0.655
Top Committers
Name Email 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
dependencies (147) javascript (144) github_actions (7) release (2) enhancement (2) bugfix (2)

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

  • Versions: 10
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 11,612 Last month
Rankings
Forks count: 7.0%
Downloads: 8.7%
Stargazers count: 9.4%
Dependent repos count: 10.3%
Average: 11.3%
Dependent packages count: 20.9%
Last synced: 7 months ago
npmjs.org: @silvablaze/crowdstrike-falcon

CrowdStrike Falcon API library for browser and node

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 41 Last month
Rankings
Dependent repos count: 24.2%
Average: 29.6%
Dependent packages count: 34.9%
Maintainers (1)
Last synced: 5 months ago

Dependencies

package-lock.json npm
  • 149 dependencies
package.json npm
  • @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
.github/workflows/docs.yml actions
  • actions/checkout v3 composite
  • gaurav-nelson/github-action-markdown-link-check v1 composite
.github/workflows/sanity_check.yaml actions
  • actions/checkout v3 composite
  • actions/setup-node v3 composite