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

@appium/types

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.2 to 0.21.3

@@ -39,2 +39,4 @@ import type { Express } from 'express';

webSocketsMapping: Record<string, WSServer>;
/** Returns true if the server operates via HTTPS protocol */
isSecure(): boolean;
}

@@ -41,0 +43,0 @@ /**

@@ -48,2 +48,4 @@ import type {Express} from 'express';

webSocketsMapping: Record<string, WSServer>;
/** Returns true if the server operates via HTTPS protocol */
isSecure(): boolean;
}

@@ -50,0 +52,0 @@

{
"name": "@appium/types",
"version": "0.21.2",
"version": "0.21.3",
"description": "Various type declarations used across Appium",

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

"@types/ws": "8.5.12",
"type-fest": "4.23.0"
"type-fest": "4.26.1"
},

@@ -56,3 +56,3 @@ "engines": {

},
"gitHead": "edf2593e1729d8f06002fa5c5622e26d71d79545"
"gitHead": "a56f0f820a60a5b7fa9809681438230b986c0e5b"
}

Sorry, the diff of this file is not supported yet