Socket
Socket
Sign inDemoInstall

appium-adb

Package Overview
Dependencies
238
Maintainers
7
Versions
417
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 12.0.5 to 12.0.6

2

build/lib/adb.js

@@ -54,3 +54,3 @@ "use strict";

lodash_1.default.defaultsDeep(this, options);
// avoid TS error by explicitly assigning
// The above defaultsDeep call guarantees the 'executable' field to be always assigned
this.executable = options.executable;

@@ -57,0 +57,0 @@ if (options.remoteAdbHost) {

@@ -12,3 +12,3 @@ import type Logcat from './logcat';

keyPassword?: string;
executable: ADBExecutable;
executable?: ADBExecutable;
tmpDir?: string;

@@ -15,0 +15,0 @@ curDeviceId?: string;

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

## [12.0.6](https://github.com/appium/appium-adb/compare/v12.0.5...v12.0.6) (2024-04-01)
### Bug Fixes
* Make 'executable' opt optional ([#726](https://github.com/appium/appium-adb/issues/726)) ([e213744](https://github.com/appium/appium-adb/commit/e2137445762f3fa1c683d14e64474aa51607a86c))
## [12.0.5](https://github.com/appium/appium-adb/compare/v12.0.4...v12.0.5) (2024-03-29)

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

@@ -43,4 +43,4 @@ import _ from 'lodash';

// avoid TS error by explicitly assigning
this.executable = options.executable;
// The above defaultsDeep call guarantees the 'executable' field to be always assigned
this.executable = options.executable as ADBExecutable;

@@ -47,0 +47,0 @@ if (options.remoteAdbHost) {

@@ -14,3 +14,3 @@ import type { SubProcess } from 'teen_process';

keyPassword?: string;
executable: ADBExecutable;
executable?: ADBExecutable;
tmpDir?: string;

@@ -17,0 +17,0 @@ curDeviceId?: string;

{
"name": "appium-adb",
"version": "12.0.5",
"version": "12.0.6",
"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

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