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.12 to 2.0.13

4

lib/adb/sync.js

@@ -95,3 +95,5 @@ (function() {

case Protocol.DONE:
return files;
return _this.parser.readBytes(16).then(function(zero) {
return files;
});
case Protocol.FAIL:

@@ -98,0 +100,0 @@ return _this._readError();

{
"name": "adbkit",
"version": "2.0.12",
"version": "2.0.13",
"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