Socket
Socket
Sign inDemoInstall

adbkit

Package Overview
Dependencies
8
Maintainers
2
Versions
64
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

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

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

@@ -315,5 +315,5 @@ # adbkit

Calls the `logcat` utility on the device and hands off the connection to **adbkit-logcat**, a pure Node.js Logcat client. This is analogous to `adb logcat -B`, but the event stream will be parsed for you and a separate event will be emitted for every log entry, allowing for easy processing.
Calls the `logcat` utility on the device and hands off the connection to [adbkit-logcat][adbkit-logcat], a pure Node.js Logcat client. This is analogous to `adb logcat -B`, but the event stream will be parsed for you and a separate event will be emitted for every log entry, allowing for easy processing.
For more information, check out the adbkit-logcat documentation.
For more information, check out the [adbkit-logcat][adbkit-logcat] documentation.

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

- **err** `null` when successful, `Error` otherwise.
- **logcat** The Logcat client. Please see the adbkit-logcat documentation for details.
- **logcat** The Logcat client. Please see the [adbkit-logcat][adbkit-logcat] documentation for details.
* Returns: The client instance.

@@ -329,5 +329,5 @@

Starts the built-in `monkey` utility on the device, connects to it using `client.openTcp()` and hands the connection to **adbkit-monkey**, a pure Node.js Monkey client. This allows you to create touch and key events, among other things.
Starts the built-in `monkey` utility on the device, connects to it using `client.openTcp()` and hands the connection to [adbkit-monkey][adbkit-monkey], a pure Node.js Monkey client. This allows you to create touch and key events, among other things.
For more information, check out the adbkit-monkey documentation.
For more information, check out the [adbkit-monkey][adbkit-monkey] documentation.

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

- **err** `null` when successful, `Error` otherwise.
- **monkey** The Monkey client. Please see the adbkit-monkey documentation for details.
- **monkey** The Monkey client. Please see the [adbkit-monkey][adbkit-monkey] documentation for details.
* Returns: The client instance.

@@ -643,1 +643,3 @@

[imagemagick]: <http://www.imagemagick.org/>
[adbkit-logcat]: <https://npmjs.org/package/adbkit-logcat>
[adbkit-monkey]: <https://npmjs.org/package/adbkit-monkey>
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc