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

xadb

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xadb - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

2

package.json
{
"name": "xadb",
"version": "0.3.2",
"version": "0.3.3",
"main": "./index",

@@ -5,0 +5,0 @@ "scripts": {

@@ -209,8 +209,7 @@ "use strict";

}
reverse(serial, remote, local, callback) {
reverse(serial, remote, local) {
return __awaiter(this, void 0, void 0, function* () {
return this.transport(serial)
.then(transport => new ReverseCommand(transport)
.execute(remote, local)
.nodeify(callback));
.execute(remote, local));
});

@@ -217,0 +216,0 @@ }

@@ -211,3 +211,3 @@ const debug = require('debug')('adb:client');

public async reverse(serial: string, remote, local, callback) {
public async reverse(serial: string, remote, local) {
return this.transport(serial)

@@ -217,4 +217,3 @@ .then(transport =>

.execute(remote, local)
.nodeify(callback)
)
);
}

@@ -221,0 +220,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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