New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@appium/types

Package Overview
Dependencies
Maintainers
4
Versions
59
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

to
0.21.2

4

build/lib/appium-config.d.ts

@@ -9,5 +9,3 @@ /**

*/
export type AddressConfig = AddressConfig1 & AddressConfig2;
export type AddressConfig1 = string;
export type AddressConfig2 = string;
export type AddressConfig = string;
/**

@@ -14,0 +12,0 @@ * Whether the Appium server should allow web browser connections from any host

@@ -11,5 +11,3 @@ /* eslint-disable */

*/
export type AddressConfig = AddressConfig1 & AddressConfig2;
export type AddressConfig1 = string;
export type AddressConfig2 = string;
export type AddressConfig = string;
/**

@@ -16,0 +14,0 @@ * Whether the Appium server should allow web browser connections from any host

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

@@ -41,8 +41,8 @@ "keywords": [

"dependencies": {
"@appium/logger": "^1.6.0",
"@appium/logger": "^1.6.1",
"@appium/schema": "^0.6.1",
"@appium/tsconfig": "^0.3.3",
"@types/express": "4.17.21",
"@types/ws": "8.5.10",
"type-fest": "4.21.0"
"@types/ws": "8.5.12",
"type-fest": "4.23.0"
},

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

},
"gitHead": "74292e229269120a58cc716ed1d8d56c8ff9c079"
"gitHead": "edf2593e1729d8f06002fa5c5622e26d71d79545"
}

Sorry, the diff of this file is not supported yet