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

@appium/types

Package Overview
Dependencies
Maintainers
4
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appium/types - npm Package Compare versions

Comparing version 0.21.3 to 0.22.0

25

build/lib/appium-config.d.ts

@@ -109,2 +109,6 @@ /**

/**
* 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.
*/
export type GracefulServerShutdownTimeoutInMilliseconds = number;
/**
* Enables session override (clobbering)

@@ -114,2 +118,10 @@ */

/**
* Full path to the .cert file if TLS is used. Must be provided together with "ssl-key-path"
*/
export type CertFilePath = string;
/**
* Full path to the .key file if TLS is used. Must be provided together with "ssl-cert-path"
*/
export type KeyFilePath = string;
/**
* Cause sessions to fail if desired caps are sent in that Appium does not recognize as valid for the selected device

@@ -139,10 +151,2 @@ */

/**
* Full path to the .cert file if TLS is used. Must be provided together with "ssl-key-path"
*/
export type CertFilePath = string;
/**
* Full path to the .key file if TLS is used. Must be provided together with "ssl-cert-path"
*/
export type KeyFilePath = string;
/**
* A schema for Appium configuration files

@@ -187,3 +191,6 @@ */

"relaxed-security"?: RelaxedSecurityConfig;
"shutdown-timeout"?: GracefulServerShutdownTimeoutInMilliseconds;
"session-override"?: SessionOverrideConfig;
"ssl-cert-path"?: CertFilePath;
"ssl-key-path"?: KeyFilePath;
"strict-caps"?: StrictCapsConfig;

@@ -195,4 +202,2 @@ tmp?: TmpConfig;

webhook?: WebhookConfig;
"ssl-cert-path"?: CertFilePath;
"ssl-key-path"?: KeyFilePath;
}

@@ -199,0 +204,0 @@ /**

@@ -131,2 +131,6 @@ /* eslint-disable */

/**
* 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.
*/
export type GracefulServerShutdownTimeoutInMilliseconds = number;
/**
* Enables session override (clobbering)

@@ -136,2 +140,10 @@ */

/**
* Full path to the .cert file if TLS is used. Must be provided together with "ssl-key-path"
*/
export type CertFilePath = string;
/**
* Full path to the .key file if TLS is used. Must be provided together with "ssl-cert-path"
*/
export type KeyFilePath = string;
/**
* Cause sessions to fail if desired caps are sent in that Appium does not recognize as valid for the selected device

@@ -160,10 +172,2 @@ */

export type WebhookConfig = string;
/**
* Full path to the .cert file if TLS is used. Must be provided together with "ssl-key-path"
*/
export type CertFilePath = string;
/**
* Full path to the .key file if TLS is used. Must be provided together with "ssl-cert-path"
*/
export type KeyFilePath = string;

@@ -210,3 +214,6 @@ /**

"relaxed-security"?: RelaxedSecurityConfig;
"shutdown-timeout"?: GracefulServerShutdownTimeoutInMilliseconds;
"session-override"?: SessionOverrideConfig;
"ssl-cert-path"?: CertFilePath;
"ssl-key-path"?: KeyFilePath;
"strict-caps"?: StrictCapsConfig;

@@ -218,4 +225,2 @@ tmp?: TmpConfig;

webhook?: WebhookConfig;
"ssl-cert-path"?: CertFilePath;
"ssl-key-path"?: KeyFilePath;
}

@@ -222,0 +227,0 @@ /**

8

package.json
{
"name": "@appium/types",
"version": "0.21.3",
"version": "0.22.0",
"description": "Various type declarations used across Appium",

@@ -42,5 +42,5 @@ "keywords": [

"@appium/logger": "^1.6.1",
"@appium/schema": "^0.6.1",
"@appium/schema": "^0.7.0",
"@appium/tsconfig": "^0.3.3",
"@types/express": "4.17.21",
"@types/express": "5.0.0",
"@types/ws": "8.5.12",

@@ -56,3 +56,3 @@ "type-fest": "4.26.1"

},
"gitHead": "a56f0f820a60a5b7fa9809681438230b986c0e5b"
"gitHead": "e3f7bd07f773c42d06b43a69f15e0c8fed0e10aa"
}

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