Socket
Socket
Sign inDemoInstall

adbkit

Package Overview
Dependencies
Maintainers
2
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adbkit - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "adbkit",
"version": "1.0.4",
"version": "1.0.5",
"description": "A pure Node.js client for the Android Debug Bridge.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -278,3 +278,3 @@ # adbkit

Uninstalls the package from the device. This is analogous to `adb shell pm path <pkg>` and some output parsing.
Tells you if the specific package is installed or not. This is analogous to `adb shell pm path <pkg>` and some output parsing.

@@ -524,3 +524,3 @@ * **serial** The serial number of the device. Corresponds to the device ID in `client.listDevices()`.

##### client.version(callback)
#### client.version(callback)

@@ -527,0 +527,0 @@ Queries the ADB server for its version. This is mainly useful for backwards-compatibility purposes.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc