Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@appium/schema

Package Overview
Dependencies
Maintainers
4
Versions
24
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.5.0 to 0.6.1

8

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

@@ -143,2 +143,10 @@ export namespace AppiumConfigJsonSchema {

};
readonly 'log-format': {
readonly appiumCliDest: "logFormat";
readonly default: "text";
readonly description: "Log format (text|json|pretty_json)";
readonly enum: readonly ["text", "json", "pretty_json"];
readonly title: "log-format config";
readonly type: "string";
};
readonly 'log-no-colors': {

@@ -145,0 +153,0 @@ readonly default: false;

10

build/lib/appium-config-schema.js
"use strict";
/**
* The single-source-of-truth of the Appium server configuration
* The single-source-of-truth of the Appium server configuration.
*

@@ -168,2 +168,10 @@ * This defines _both_ what the CLI supports and what the config files support.

},
'log-format': {
appiumCliDest: 'logFormat',
default: 'text',
description: 'Log format (text|json|pretty_json)',
enum: ['text', 'json', 'pretty_json'],
title: 'log-format config',
type: 'string',
},
'log-no-colors': {

@@ -170,0 +178,0 @@ default: false,

22

lib/appium-config-schema.js
/**
* The single-source-of-truth of the Appium server configuration
* The single-source-of-truth of the Appium server configuration.
*

@@ -174,2 +174,10 @@ * This defines _both_ what the CLI supports and what the config files support.

},
'log-format': {
appiumCliDest: 'logFormat',
default: 'text',
description: 'Log format (text|json|pretty_json)',
enum: ['text', 'json', 'pretty_json'],
title: 'log-format config',
type: 'string',
},
'log-no-colors': {

@@ -189,3 +197,4 @@ default: false,

default: 7,
description: 'The maximum amount of plugins that could be imported in parallel on server startup',
description:
'The maximum amount of plugins that could be imported in parallel on server startup',
title: 'plugins-import-chunk-size config',

@@ -196,3 +205,4 @@ type: 'number',

default: 3,
description: 'The maximum amount of drivers that could be imported in parallel on server startup',
description:
'The maximum amount of drivers that could be imported in parallel on server startup',
title: 'drivers-import-chunk-size config',

@@ -307,3 +317,4 @@ type: 'number',

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

@@ -314,3 +325,4 @@ appiumCliDest: 'sslCertificatePath',

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

@@ -317,0 +329,0 @@ appiumCliDest: 'sslKeyPath',

@@ -176,2 +176,14 @@ {

},
"log-format": {
"appiumCliDest": "logFormat",
"default": "text",
"description": "Log format (text|json|pretty_json)",
"enum": [
"text",
"json",
"pretty_json"
],
"title": "log-format config",
"type": "string"
},
"log-no-colors": {

@@ -178,0 +190,0 @@ "default": false,

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

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

},
"gitHead": "5c1d20517cfc8773cd5ffb0f8bb996668d71116b"
"gitHead": "2b12d5974a23090ec4a167d91628d56c0b482c46"
}

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