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 0.19.2 to 0.20.1

5

build/lib/appium-config.d.ts

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

/**
* Log format (text|json|pretty_json)
*/
export type LogFormatConfig = "text" | "json" | "pretty_json";
/**
* Do not use color in console output

@@ -172,2 +176,3 @@ */

"log-level"?: LogLevelConfig;
"log-format"?: LogFormatConfig;
"log-no-colors"?: LogNoColorsConfig;

@@ -174,0 +179,0 @@ "log-timestamp"?: LogTimestampConfig;

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

/**
* Log format (text|json|pretty_json)
*/
export type LogFormatConfig = "text" | "json" | "pretty_json";
/**
* Do not use color in console output

@@ -195,2 +199,3 @@ */

"log-level"?: LogLevelConfig;
"log-format"?: LogFormatConfig;
"log-no-colors"?: LogNoColorsConfig;

@@ -197,0 +202,0 @@ "log-timestamp"?: LogTimestampConfig;

10

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

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

"dependencies": {
"@appium/logger": "^1.3.0",
"@appium/schema": "^0.5.0",
"@appium/logger": "^1.4.1",
"@appium/schema": "^0.6.0",
"@appium/tsconfig": "^0.3.3",
"@types/express": "4.17.21",
"@types/ws": "8.5.10",
"type-fest": "4.19.0"
"type-fest": "4.20.0"
},

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

},
"gitHead": "d4ce2a82d9b70af7cecf5174ec2521b0911f737d"
"gitHead": "192f1f379301539540aa7882f4b667a802cbc4a8"
}

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