Gathering detailed insights and metrics for node-adb-api
Gathering detailed insights and metrics for node-adb-api
Gathering detailed insights and metrics for node-adb-api
Gathering detailed insights and metrics for node-adb-api
npm install node-adb-api
Typescript
Module System
Node Version
NPM Version
50.9
Supply Chain
81.3
Quality
74.9
Maintenance
100
Vulnerability
98.2
License
JavaScript (100%)
Total Downloads
2,702
Last Day
1
Last Week
1
Last Month
17
Last Year
378
13 Stars
29 Commits
2 Forks
2 Watching
5 Branches
1 Contributors
Minified
Minified + Gzipped
Latest Version
1.2.0
Package Id
node-adb-api@1.2.0
Unpacked Size
114.10 kB
Size
93.32 kB
File Count
9
NPM Version
10.4.0
Node Version
18.17.1
Publised On
20 Jun 2024
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
-75%
1
Compared to previous week
Last month
30.8%
17
Compared to previous month
Last year
52.4%
378
Compared to previous year
4
A node API for adb (android debug bridge)
purrge - 🐱 Quickly purrge android apps from your phone
1yarn add node-adb-api
1const adb = require('node-adb-api');
1// Open the package on the device serial number 2launchApp: (chosenPackage, selectedDevice) 3 4// Get the list of connected device serial numbers 5getListOfDevices: () 6 7// Gets an array of packages by device serial number 8getPackagesByDeviceSerialNumber: (deviceSerialNumber) 9 10// Get the apk path by device serial number 11getDeviceApkPath: (deviceSerialNumber, chosenPackage) 12 13// Download the chosen package by device serial number 14downloadAPK: (deviceSerialNumber, chosenPackage) 15 16// (Promise) Performs a fuzzy match search on the packages 17fuzzySearchPackages: (packages, textToFind) 18 19// Uninstalls the app 20uninstall: (chosenPackage, selectedDevice) 21 22// Clear the app data 23clearData: (chosenPackage, deviceSerialNumber) 24 25// check if there is a connected device 26isAnyDeviceConnected: (deviceSerialNumber)
MIT © Cesar Ferreira
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/19 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
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