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

appium-uiautomator2-server

Package Overview
Dependencies
Maintainers
10
Versions
236
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appium-uiautomator2-server - npm Package Compare versions

Comparing version 5.6.2 to 5.7.0

apks/appium-uiautomator2-server-v5.7.0.apk

2

index.js

@@ -12,2 +12,2 @@ const path = require('path');

version,
};
};
{
"name": "appium-uiautomator2-server",
"version": "5.6.2",
"version": "5.7.0",
"description": "A netty server with uiautomator2 handlers",
"main": "index.js",
"windowsBuildDir": "c:/tmp",
"repository": {

@@ -16,3 +15,7 @@ "type": "git",

],
"author": "https://github.com/appium",
"engines": {
"node": ">=14",
"npm": ">=8"
},
"author": "Appium Contributors",
"license": "Apache-2.0",

@@ -24,3 +27,3 @@ "bugs": {

"./index.js",
"/apks"
"./apks"
],

@@ -30,5 +33,7 @@ "homepage": "https://github.com/appium/appium-uiautomator2-server",

"clean": "rm -rf node_modules && rm -f package-lock.json && npm install",
"bump-gradle-version": "gulp gradle-version-update --package-version=${npm_package_version} && git add app/build.gradle",
"bump-gradle-version": "node ./scripts/gradle-version-update.js --package-version=${npm_package_version} && git add app/build.gradle",
"build": "./gradlew clean assembleServerDebug assembleServerDebugAndroidTest && npm run move-apks && npm run sign-apk",
"sign-apk": "gulp sign-apk",
"sign-apk": "node ./scripts/sign-apk.js",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"move-server": "cp app/build/outputs/apk/server/debug/appium-uiautomator2-server-v${npm_package_version}.apk ./apks",

@@ -38,15 +43,18 @@ "move-test": "cp app/build/outputs/apk/androidTest/server/debug/appium-uiautomator2-server-debug-androidTest.apk ./apks",

"version": "npm run bump-gradle-version && npm run build",
"clean-device": "adb uninstall io.appium.uiautomator2.server && adb uninstall io.appium.uiautomator2.server.test"
"clean-device": "adb uninstall io.appium.uiautomator2.server && adb uninstall io.appium.uiautomator2.server.test",
"test": "./gradlew testServerDebugUnitTest"
},
"devDependencies": {
"@appium/gulp-plugins": "^7.0.0",
"@appium/support": "^2.53.0",
"@appium/eslint-config-appium": "^6.0.0",
"@semantic-release/git": "^10.0.1",
"android-apidemos": "^4.0.0",
"appium-adb": "^9.0.0",
"appium-android-driver": "^5.0.0",
"bluebird": "^3.7.2",
"gulp": "^4.0.0",
"semantic-release": "^19.0.2"
"fancy-log": "^2.0.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-promise": "^6.0.0",
"semantic-release": "^19.0.2",
"semver": "^7.3.7"
}
}
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