Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.9.0 to 2.9.1

4

lib/adb/tcpusb/socket.js

@@ -160,6 +160,6 @@ var Auth, EventEmitter, Forge, Packet, PacketReader, Parser, Promise, Protocol, RollingCounter, Service, ServiceMap, Socket, crypto, debug,

if (!this.signature) {
throw new AuthError("Public key sent before signature");
throw new Socket.AuthError("Public key sent before signature");
}
if (!(packet.data && packet.data.length >= 2)) {
throw new AuthError("Empty RSA public key");
throw new Socket.AuthError("Empty RSA public key");
}

@@ -166,0 +166,0 @@ return Auth.parsePublicKey(this._skipNull(packet.data)).then((function(_this) {

{
"name": "adbkit",
"version": "2.9.0",
"version": "2.9.1",
"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