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.4.2 to 0.5.0

74

build/lib/appium-config-schema.d.ts
export namespace AppiumConfigJsonSchema {
export const $schema: "http://json-schema.org/draft-07/schema";
export const additionalProperties: false;
export const description: "A schema for Appium configuration files";
export let $schema: "http://json-schema.org/draft-07/schema";
export let additionalProperties: false;
export let description: "A schema for Appium configuration files";
export namespace properties {
export namespace $schema_1 {
const description_1: "The JSON schema for this file";
let description_1: "The JSON schema for this file";
export { description_1 as description };
const _default: "https://raw.githubusercontent.com/appium/appium/master/packages/schema/lib/appium-config.schema.json";
let _default: "https://raw.githubusercontent.com/appium/appium/master/packages/schema/lib/appium-config.schema.json";
export { _default as default };
export const type: "string";
export const format: "uri";
export let type: "string";
export let format: "uri";
}
export { $schema_1 as $schema };
export namespace server {
const additionalProperties_1: false;
let additionalProperties_1: false;
export { additionalProperties_1 as additionalProperties };
const description_2: "Configuration when running Appium as a server";
let description_2: "Configuration when running Appium as a server";
export { description_2 as description };
const properties_1: {
let properties_1: {
readonly address: {

@@ -155,2 +155,14 @@ readonly appiumCliAliases: readonly ["a"];

};
readonly 'plugins-import-chunk-size': {
readonly default: 7;
readonly description: "The maximum amount of plugins that could be imported in parallel on server startup";
readonly title: "plugins-import-chunk-size config";
readonly type: "number";
};
readonly 'drivers-import-chunk-size': {
readonly default: 3;
readonly description: "The maximum amount of drivers that could be imported in parallel on server startup";
readonly title: "drivers-import-chunk-size config";
readonly type: "number";
};
readonly 'long-stacktrace': {

@@ -164,3 +176,3 @@ readonly default: false;

readonly default: false;
readonly description: "Do not check that needed files are readable and/or writable";
readonly description: "Skip various permission checks on the server startup if set to true";
readonly title: "no-perms-check config";

@@ -264,22 +276,22 @@ readonly type: "boolean";

export { properties_1 as properties };
export const title: "server config";
const type_1: "object";
export let title: "server config";
let type_1: "object";
export { type_1 as type };
}
}
const title_1: "Appium Configuration";
let title_1: "Appium Configuration";
export { title_1 as title };
const type_2: "object";
let type_2: "object";
export { type_2 as type };
export namespace $defs {
namespace logFilterText {
const type_3: "object";
let type_3: "object";
export { type_3 as type };
const description_3: "Log filter with plain text";
let description_3: "Log filter with plain text";
export { description_3 as description };
export namespace properties_2 {
namespace text {
const description_4: "Text to match";
let description_4: "Text to match";
export { description_4 as description };
const type_4: "string";
let type_4: "string";
export { type_4 as type };

@@ -289,5 +301,5 @@ }

export { properties_2 as properties };
export const required: readonly ["text"];
export let required: readonly ["text"];
export namespace not {
const required_1: readonly ["pattern"];
let required_1: readonly ["pattern"];
export { required_1 as required };

@@ -297,13 +309,13 @@ }

namespace logFilterRegex {
const type_5: "object";
let type_5: "object";
export { type_5 as type };
const description_5: "Log filter with regular expression";
let description_5: "Log filter with regular expression";
export { description_5 as description };
export namespace properties_3 {
namespace pattern {
const description_6: "Regex pattern to match";
let description_6: "Regex pattern to match";
export { description_6 as description };
const type_6: "string";
let type_6: "string";
export { type_6 as type };
const format_1: "regex";
let format_1: "regex";
export { format_1 as format };

@@ -313,6 +325,6 @@ }

export { properties_3 as properties };
const required_2: readonly ["pattern"];
let required_2: readonly ["pattern"];
export { required_2 as required };
export namespace not_1 {
const required_3: readonly ["text"];
let required_3: readonly ["text"];
export { required_3 as required };

@@ -323,7 +335,7 @@ }

namespace logFilter {
const type_7: "object";
let type_7: "object";
export { type_7 as type };
const description_7: "Log filtering rule";
let description_7: "Log filtering rule";
export { description_7 as description };
export const allOf: readonly [{
export let allOf: readonly [{
readonly type: "object";

@@ -330,0 +342,0 @@ readonly properties: {

@@ -180,2 +180,14 @@ "use strict";

},
'plugins-import-chunk-size': {
default: 7,
description: 'The maximum amount of plugins that could be imported in parallel on server startup',
title: 'plugins-import-chunk-size config',
type: 'number',
},
'drivers-import-chunk-size': {
default: 3,
description: 'The maximum amount of drivers that could be imported in parallel on server startup',
title: 'drivers-import-chunk-size config',
type: 'number',
},
'long-stacktrace': {

@@ -189,3 +201,3 @@ default: false,

default: false,
description: 'Do not check that needed files are readable and/or writable',
description: 'Skip various permission checks on the server startup if set to true',
title: 'no-perms-check config',

@@ -192,0 +204,0 @@ type: 'boolean',

@@ -186,2 +186,14 @@ /**

},
'plugins-import-chunk-size': {
default: 7,
description: 'The maximum amount of plugins that could be imported in parallel on server startup',
title: 'plugins-import-chunk-size config',
type: 'number',
},
'drivers-import-chunk-size': {
default: 3,
description: 'The maximum amount of drivers that could be imported in parallel on server startup',
title: 'drivers-import-chunk-size config',
type: 'number',
},
'long-stacktrace': {

@@ -195,3 +207,3 @@ default: false,

default: false,
description: 'Do not check that needed files are readable and/or writable',
description: 'Skip various permission checks on the server startup if set to true',
title: 'no-perms-check config',

@@ -198,0 +210,0 @@ type: 'boolean',

@@ -188,2 +188,14 @@ {

},
"plugins-import-chunk-size": {
"default": 7,
"description": "The maximum amount of plugins that could be imported in parallel on server startup",
"title": "plugins-import-chunk-size config",
"type": "number"
},
"drivers-import-chunk-size": {
"default": 3,
"description": "The maximum amount of drivers that could be imported in parallel on server startup",
"title": "drivers-import-chunk-size config",
"type": "number"
},
"long-stacktrace": {

@@ -197,3 +209,3 @@ "default": false,

"default": false,
"description": "Do not check that needed files are readable and/or writable",
"description": "Skip various permission checks on the server startup if set to true",
"title": "no-perms-check config",

@@ -200,0 +212,0 @@ "type": "boolean"

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

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

},
"typedoc": {
"entryPoint": "./lib/index.js"
},
"gitHead": "717ec38d8cb63330ac1901eda8ef4489d256678b"
"gitHead": "5c1d20517cfc8773cd5ffb0f8bb996668d71116b"
}

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