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
JavaScript (92.48%)
TypeScript (7.52%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
Apache-2.0 License
301 Stars
1,383 Commits
174 Forks
38 Watchers
5 Branches
81 Contributors
Updated on Jul 13, 2025
Latest Version
12.12.6
Package Id
appium-adb@12.12.6
Unpacked Size
1.03 MB
Size
207.67 kB
File Count
126
NPM Version
10.9.3
Node Version
22.17.0
Published on
Jul 06, 2025
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
10
22
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
16 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 14/28 approved changesets -- score normalized to 5
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 2025-07-07
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