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

appium-adb

Package Overview
Dependencies
Maintainers
7
Versions
434
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appium-adb - npm Package Compare versions

Comparing version 12.2.0 to 12.3.0

8

build/lib/tools/adb-commands.d.ts

@@ -455,2 +455,10 @@ export default methods;

/**
* Change the state of the NFC service on the device under test.
*
* @this {import('../adb.js').ADB}
* @param {boolean} on - True to enable NFC service and false to disable it.
* @throws {Error} If there was an error while changing the service state
*/
function setNfcOn(this: import("../adb.js").ADB, on: boolean): Promise<void>;
/**
* Broadcast the state of Airplane mode on the device under test.

@@ -457,0 +465,0 @@ * This method should be called after {@link #setAirplaneMode}, otherwise

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

## [12.3.0](https://github.com/appium/appium-adb/compare/v12.2.0...v12.3.0) (2024-05-09)
### Features
* Add a method to control NFC adapter state ([#742](https://github.com/appium/appium-adb/issues/742)) ([5c6556f](https://github.com/appium/appium-adb/commit/5c6556fa08e3851390f7dc8cffa154a9ee6bf927))
## [12.2.0](https://github.com/appium/appium-adb/compare/v12.1.0...v12.2.0) (2024-05-08)

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

2

package.json
{
"name": "appium-adb",
"version": "12.2.0",
"version": "12.3.0",
"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 too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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