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 2.0.1 to 2.0.2

2

lib/adb/command/host-transport/logcat.js

@@ -20,3 +20,3 @@ (function() {

LogcatCommand.prototype.execute = function() {
this._send('shell:logcat -B 2>/dev/null');
this._send('shell:logcat -B * 2>/dev/null');
return this.parser.readAscii(4).then((function(_this) {

@@ -23,0 +23,0 @@ return function(reply) {

{
"name": "adbkit",
"version": "2.0.1",
"version": "2.0.2",
"description": "A pure Node.js client for the Android Debug Bridge.",

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

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