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

@appium/schema

Package Overview
Dependencies
Maintainers
4
Versions
27
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

to
0.7.0

31

build/lib/appium-config-schema.d.ts

@@ -215,2 +215,9 @@ export namespace AppiumConfigJsonSchema {

};
readonly 'shutdown-timeout': {
readonly default: 5000;
readonly description: string;
readonly title: "Graceful server shutdown timeout in milliseconds";
readonly type: "integer";
readonly minimum: 0;
};
readonly 'session-override': {

@@ -222,2 +229,14 @@ readonly default: false;

};
readonly 'ssl-cert-path': {
readonly description: "Full path to the .cert file if TLS is used. Must be provided together with \"ssl-key-path\"";
readonly title: ".cert file path";
readonly appiumCliDest: "sslCertificatePath";
readonly type: "string";
};
readonly 'ssl-key-path': {
readonly description: "Full path to the .key file if TLS is used. Must be provided together with \"ssl-cert-path\"";
readonly title: ".key file path";
readonly appiumCliDest: "sslKeyPath";
readonly type: "string";
};
readonly 'strict-caps': {

@@ -270,14 +289,2 @@ readonly default: false;

};
readonly 'ssl-cert-path': {
readonly description: "Full path to the .cert file if TLS is used. Must be provided together with \"ssl-key-path\"";
readonly title: ".cert file path";
readonly appiumCliDest: "sslCertificatePath";
readonly type: "string";
};
readonly 'ssl-key-path': {
readonly description: "Full path to the .key file if TLS is used. Must be provided together with \"ssl-cert-path\"";
readonly title: ".key file path";
readonly appiumCliDest: "sslKeyPath";
readonly type: "string";
};
};

@@ -284,0 +291,0 @@ export { properties_1 as properties };

@@ -240,2 +240,10 @@ "use strict";

},
'shutdown-timeout': {
default: 5000,
description: 'For how long the server should delay its shutdown before force-closing all open connections to it. ' +
'Setting its value to zero should close the server without waiting for active connections.',
title: 'Graceful server shutdown timeout in milliseconds',
type: 'integer',
minimum: 0,
},
'session-override': {

@@ -247,2 +255,14 @@ default: false,

},
'ssl-cert-path': {
description: 'Full path to the .cert file if TLS is used. Must be provided together with "ssl-key-path"',
title: '.cert file path',
appiumCliDest: 'sslCertificatePath',
type: 'string',
},
'ssl-key-path': {
description: 'Full path to the .key file if TLS is used. Must be provided together with "ssl-cert-path"',
title: '.key file path',
appiumCliDest: 'sslKeyPath',
type: 'string',
},
'strict-caps': {

@@ -295,14 +315,2 @@ default: false,

},
'ssl-cert-path': {
description: 'Full path to the .cert file if TLS is used. Must be provided together with "ssl-key-path"',
title: '.cert file path',
appiumCliDest: 'sslCertificatePath',
type: 'string',
},
'ssl-key-path': {
description: 'Full path to the .key file if TLS is used. Must be provided together with "ssl-cert-path"',
title: '.key file path',
appiumCliDest: 'sslKeyPath',
type: 'string',
},
},

@@ -309,0 +317,0 @@ title: 'server config',

@@ -252,2 +252,10 @@ /**

},
'shutdown-timeout': {
default: 5000,
description: 'For how long the server should delay its shutdown before force-closing all open connections to it. ' +
'Setting its value to zero should close the server without waiting for active connections.',
title: 'Graceful server shutdown timeout in milliseconds',
type: 'integer',
minimum: 0,
},
'session-override': {

@@ -259,2 +267,16 @@ default: false,

},
'ssl-cert-path': {
description:
'Full path to the .cert file if TLS is used. Must be provided together with "ssl-key-path"',
title: '.cert file path',
appiumCliDest: 'sslCertificatePath',
type: 'string',
},
'ssl-key-path': {
description:
'Full path to the .key file if TLS is used. Must be provided together with "ssl-cert-path"',
title: '.key file path',
appiumCliDest: 'sslKeyPath',
type: 'string',
},
'strict-caps': {

@@ -315,16 +337,2 @@ default: false,

},
'ssl-cert-path': {
description:
'Full path to the .cert file if TLS is used. Must be provided together with "ssl-key-path"',
title: '.cert file path',
appiumCliDest: 'sslCertificatePath',
type: 'string',
},
'ssl-key-path': {
description:
'Full path to the .key file if TLS is used. Must be provided together with "ssl-cert-path"',
title: '.key file path',
appiumCliDest: 'sslKeyPath',
type: 'string',
},
},

@@ -331,0 +339,0 @@ title: 'server config',

@@ -254,2 +254,9 @@ {

},
"shutdown-timeout": {
"default": 5000,
"description": "For how long the server should delay its shutdown before force-closing all open connections to it. Setting its value to zero should close the server without waiting for active connections.",
"title": "Graceful server shutdown timeout in milliseconds",
"type": "integer",
"minimum": 0
},
"session-override": {

@@ -261,2 +268,14 @@ "default": false,

},
"ssl-cert-path": {
"description": "Full path to the .cert file if TLS is used. Must be provided together with \"ssl-key-path\"",
"title": ".cert file path",
"appiumCliDest": "sslCertificatePath",
"type": "string"
},
"ssl-key-path": {
"description": "Full path to the .key file if TLS is used. Must be provided together with \"ssl-cert-path\"",
"title": ".key file path",
"appiumCliDest": "sslKeyPath",
"type": "string"
},
"strict-caps": {

@@ -310,14 +329,2 @@ "default": false,

"type": "string"
},
"ssl-cert-path": {
"description": "Full path to the .cert file if TLS is used. Must be provided together with \"ssl-key-path\"",
"title": ".cert file path",
"appiumCliDest": "sslCertificatePath",
"type": "string"
},
"ssl-key-path": {
"description": "Full path to the .key file if TLS is used. Must be provided together with \"ssl-cert-path\"",
"title": ".key file path",
"appiumCliDest": "sslKeyPath",
"type": "string"
}

@@ -324,0 +331,0 @@ },

{
"name": "@appium/schema",
"version": "0.6.1",
"version": "0.7.0",
"description": "Appium Configuration Schema",

@@ -52,3 +52,3 @@ "keywords": [

},
"gitHead": "2b12d5974a23090ec4a167d91628d56c0b482c46"
"gitHead": "e3f7bd07f773c42d06b43a69f15e0c8fed0e10aa"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet