New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

android-apidemos

Package Overview
Dependencies
Maintainers
8
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

android-apidemos - npm Package Compare versions

Comparing version 4.0.0 to 4.1.0

index.js

27

package.json
{
"name": "android-apidemos",
"version": "4.0.0",
"version": "4.1.0",
"description": "A fork of Google's Android ApiDemos application, used for testing Appium",
"license": "Apache-2.0",
"main": "apks/ApiDemos-debug.apk",
"main": "index.js",
"directories": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"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 assembleDebug && npm run move-apk",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"move-apk": "mkdir -p apks && cp app/build/outputs/apk/debug/app-debug.apk ./apks/ApiDemos-debug.apk",

@@ -26,3 +27,3 @@ "prepare": "npm run build",

],
"author": "appium.io",
"author": "Appium Contributors",
"bugs": {

@@ -32,6 +33,18 @@ "url": "https://github.com/appium/android-apidemos/issues"

"homepage": "https://github.com/appium/android-apidemos",
"engines": {
"node": ">=14",
"npm": ">=8"
},
"files": [
"./index.js",
"./apks"
],
"devDependencies": {
"@appium/gulp-plugins": "^6.0.0",
"gulp": "^4.0.0"
"@appium/eslint-config-appium": "^6.0.0",
"eslint": "^7.32.0",
"fancy-log": "^2.0.0",
"@semantic-release/git": "^10.0.1",
"semantic-release": "^19.0.2",
"semver": "^7.3.7"
}
}

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