@appium/types
Advanced tools
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
288692
6574
+ Addedtype-fest@4.26.1(transitive)
- Removedtype-fest@4.23.0(transitive)
Updatedtype-fest@4.26.1