Gathering detailed insights and metrics for appium-adb
Gathering detailed insights and metrics for appium-adb
Gathering detailed insights and metrics for appium-adb
Gathering detailed insights and metrics for appium-adb
npm install appium-adb
Typescript
Module System
Min. Node Version
Node Version
NPM Version
62.7
Supply Chain
76.3
Quality
94.7
Maintenance
100
Vulnerability
90.9
License
JavaScript (98.61%)
TypeScript (1.39%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
282 Stars
1,345 Commits
169 Forks
40 Watching
7 Branches
77 Contributors
Latest Version
12.7.4
Package Id
appium-adb@12.7.4
Unpacked Size
1.02 MB
Size
217.99 kB
File Count
96
NPM Version
10.9.2
Node Version
22.12.0
Publised On
12 Dec 2024
Cumulative downloads
Total Downloads
Last day
0%
0
Compared to previous day
Last week
0%
0
Compared to previous week
Last month
0%
0
Compared to previous month
Last year
0%
0
Compared to previous year
10
23
A wrapper over Android Debugger Bridge, implemented using ES6
and along with async/await
. This package is mainly used by Appium to perform all adb operations on Android devices.
1npm install appium-adb
1npm run dev
1npm run test
By default the functional tests use an avd named NEXUS_S_18_X86
, with API Level
18. To change this, you can use the environment variables PLATFORM_VERSION
,
API_LEVEL
, and ANDROID_AVD
. If PLATFORM_VERSION
is set then it is not
necessary to set API_LEVEL
as it will be inferred.
1npm run e2e-test
example:
1import ADB from 'appium-adb'; 2 3const adb = await ADB.createADB(); 4console.log(await adb.getPIDsByName('com.android.phone'));
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
15 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
packaging workflow detected
Details
Reason
security policy file detected
Details
Reason
Found 9/26 approved changesets -- score normalized to 3
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
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2024-12-16
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