Socket
Socket
Sign inDemoInstall

appium-adb

Package Overview
Dependencies
233
Maintainers
7
Versions
417
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 12.0.7 to 12.0.8

3

build/lib/adb.js

@@ -66,2 +66,5 @@ "use strict";

this.executable.defaultArgs.push('-P', String(this.adbPort));
if (options.udid) {
this.setDeviceId(options.udid);
}
}

@@ -68,0 +71,0 @@ /**

@@ -0,1 +1,8 @@

## [12.0.8](https://github.com/appium/appium-adb/compare/v12.0.7...v12.0.8) (2024-04-07)
### Bug Fixes
* Respect the `udid` option ([#728](https://github.com/appium/appium-adb/issues/728)) ([4e48033](https://github.com/appium/appium-adb/commit/4e480332723b4fae177774b72e98daf24eca9dcb))
## [12.0.7](https://github.com/appium/appium-adb/compare/v12.0.6...v12.0.7) (2024-04-02)

@@ -2,0 +9,0 @@

@@ -56,2 +56,5 @@ import _ from 'lodash';

this.executable.defaultArgs.push('-P', String(this.adbPort));
if (options.udid) {
this.setDeviceId(options.udid);
}
}

@@ -58,0 +61,0 @@

1

lib/options.ts

@@ -1,2 +0,1 @@

import type { SubProcess } from 'teen_process';
import type Logcat from './logcat';

@@ -3,0 +2,0 @@ import type {StringRecord} from '@appium/types';

{
"name": "appium-adb",
"version": "12.0.7",
"version": "12.0.8",
"description": "Android Debug Bridge interface",

@@ -5,0 +5,0 @@ "main": "./build/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc