New:Socket for Asana Is Now Available.Learn more
Sign In

@appium/schema

Package Overview
Dependencies
Maintainers
4
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appium/schema - npm Package Compare versions

Comparing version
0.8.1
to
1.0.0-rc.1
+6
-5
package.json
{
"name": "@appium/schema",
"version": "0.8.1",
"version": "1.0.0-rc.1",
"description": "Appium Configuration Schema",

@@ -45,9 +45,10 @@ "keywords": [

"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
"npm": ">=8"
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
"npm": ">=10"
},
"publishConfig": {
"access": "public"
"access": "public",
"tag": "rc"
},
"gitHead": "715fd03c45d791ef24b28ad915a20ce6430ff946"
"gitHead": "157425ce6aa01c009533f5bf6a56b14570222b00"
}