Gathering detailed insights and metrics for appium-adb-test
Gathering detailed insights and metrics for appium-adb-test
Gathering detailed insights and metrics for appium-adb-test
Gathering detailed insights and metrics for appium-adb-test
npm install appium-adb-test
Typescript
Module System
Node Version
NPM Version
49.6
Supply Chain
85.4
Quality
65.9
Maintenance
25
Vulnerability
93
License
JavaScript (98.61%)
TypeScript (1.39%)
Total Downloads
903
Last Day
1
Last Week
2
Last Month
4
Last Year
95
282 Stars
1,345 Commits
169 Forks
40 Watching
7 Branches
77 Contributors
Latest Version
0.0.1
Package Id
appium-adb-test@0.0.1
Size
20.40 MB
NPM Version
3.10.7
Node Version
6.3.1
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
0%
2
Compared to previous week
Last month
33.3%
4
Compared to previous month
Last year
-17.4%
95
Compared to previous year
A wrapper over android-adb, implemented using ES6 and along with async/await
. This package is mainly used by Appium to perform all adb operations on android device.
npm install appium-adb
npm run watch
npm run test
gulp e2e-test
example:
import ADB from 'appium-adb';
let adb = new ADB();
await adb.createADB();
console.log(await adb.getPIDsByName('m.android.phone'));
No vulnerabilities found.
Reason
15 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
packaging workflow detected
Details
Reason
0 existing vulnerabilities detected
Reason
security policy file detected
Details
Reason
Found 9/26 approved changesets -- score normalized to 3
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
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-23
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