Gathering detailed insights and metrics for @react-native-community/cli-config-android
Gathering detailed insights and metrics for @react-native-community/cli-config-android
npm install @react-native-community/cli-config-android
Typescript
Module System
Node Version
NPM Version
TypeScript (95.68%)
JavaScript (1.98%)
HTML (1.09%)
Java (0.58%)
Kotlin (0.43%)
Shell (0.09%)
Objective-C (0.08%)
Ruby (0.05%)
Batchfile (0.02%)
Total Downloads
1,026,891
Last Day
23,669
Last Week
108,014
Last Month
442,489
Last Year
1,026,891
2,477 Stars
2,622 Commits
905 Forks
45 Watching
48 Branches
542 Contributors
Latest Version
15.1.3
Package Id
@react-native-community/cli-config-android@15.1.3
Unpacked Size
80.85 kB
Size
19.44 kB
File Count
55
NPM Version
lerna/7.1.5/node@v22.11.0+arm64 (darwin)
Node Version
22.11.0
Publised On
12 Dec 2024
Cumulative downloads
Total Downloads
Last day
4.4%
23,669
Compared to previous day
Last week
-8%
108,014
Compared to previous week
Last month
21.9%
442,489
Compared to previous month
Last year
0%
1,026,891
Compared to previous year
1
This package is part of the React Native CLI. It contains utilities for autolinking on Android platform.
1yarn add @react-native-community/cli-config-android
This package is intended to be used internally in React Native CLI and by out of tree platforms.
cli-config-android
exports utilities to create OOT platform config for autolinking.
getProjectConfig()
- creates project config for given platformgetDependencyConfig()
- creates dependency config for given platformExample (<oot-platform>/packages/react-native/react-native.config.js
):
1 platforms: { 2 android: { 3 projectConfig: getProjectConfig(), 4 dependencyConfig: getDependencyConfig(), 5 }, 6 .. 7 },
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
25 commit(s) and 8 issue activity found in the last 90 days -- score normalized to 10
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 20/30 approved changesets -- score normalized to 6
Reason
9 existing vulnerabilities detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-01-20
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More