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
Wrapper around adb used by appium + helper libs
npm install appium-adb
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (92.45%)
TypeScript (7.55%)
Total Downloads
50,320,322
Last Day
56,313
Last Week
268,124
Last Month
1,193,034
Last Year
16,622,392
Apache-2.0 License
291 Stars
1,369 Commits
171 Forks
38 Watchers
5 Branches
80 Contributors
Updated on May 08, 2025
Latest Version
12.12.2
Package Id
appium-adb@12.12.2
Unpacked Size
1.03 MB
Size
207.26 kB
File Count
126
NPM Version
10.9.2
Node Version
22.14.0
Published on
Apr 17, 2025
Cumulative downloads
Total Downloads
Last Day
1.1%
56,313
Compared to previous day
Last Week
-5.1%
268,124
Compared to previous week
Last Month
-24.7%
1,193,034
Compared to previous month
Last Year
100.9%
16,622,392
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
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 15/30 approved changesets -- score normalized to 5
Reason
4 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 4
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-05-05
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