android-apidemos
Advanced tools
Comparing version 4.0.0 to 4.1.0
{ | ||
"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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
5051823
0
6
5
5