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.2 to 12.0.3

7

CHANGELOG.md

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

## [12.0.3](https://github.com/appium/appium-adb/compare/v12.0.2...v12.0.3) (2024-01-27)
### Miscellaneous Chores
* Remove husky and commitlint ([#722](https://github.com/appium/appium-adb/issues/722)) ([f7adefb](https://github.com/appium/appium-adb/commit/f7adefb82191de6e7d4c36d60b5b7512eb990e4f))
## [12.0.2](https://github.com/appium/appium-adb/compare/v12.0.1...v12.0.2) (2024-01-25)

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

16

package.json
{
"name": "appium-adb",
"version": "12.0.2",
"version": "12.0.3",
"description": "Android Debug Bridge interface",

@@ -12,6 +12,5 @@ "main": "./build/index.js",

"lint:fix": "npm run lint -- --fix",
"lint:staged": "lint-staged",
"lint:commit": "commitlint",
"prepare": "npm run rebuild",
"rebuild": "npm run clean && npm run build",
"format": "prettier -w ./lib",
"test": "mocha --exit --timeout 1m \"./test/unit/**/*-specs.js\"",

@@ -37,8 +36,2 @@ "e2e-test": "mocha --exit --timeout 5m \"./test/functional/**/*-specs.js\""

},
"lint-staged": {
"*.(js|ts)": [
"eslint --fix",
"prettier --write"
]
},
"prettier": {

@@ -75,4 +68,2 @@ "bracketSpacing": false,

"@appium/types": "^0.x",
"@commitlint/cli": "^18.0.0",
"@commitlint/config-conventional": "^18.1.0",
"@semantic-release/changelog": "^6.0.1",

@@ -100,4 +91,2 @@ "@semantic-release/git": "^10.0.1",

"eslint-plugin-promise": "^6.0.0",
"husky": "^8.0.3",
"lint-staged": "^15.0.1",
"mocha": "^10.0.0",

@@ -108,3 +97,2 @@ "prettier": "^3.0.0",

"sinon": "^17.0.0",
"temp": "^0.x",
"ts-node": "^10.9.1",

@@ -111,0 +99,0 @@ "typescript": "~5.2.2"

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