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.14.3 to 0.15.0

2

build/lib/action.js

@@ -84,3 +84,3 @@ "use strict";

Key["R_DELETE"] = "\uE05D";
})(Key = exports.Key || (exports.Key = {}));
})(Key || (exports.Key = Key = {}));
//# sourceMappingURL=action.js.map

@@ -83,2 +83,10 @@ /**

/**
* The maximum amount of plugins that could be imported in parallel on server startup
*/
export type PluginsImportChunkSizeConfig = number;
/**
* The maximum amount of drivers that could be imported in parallel on server startup
*/
export type DriversImportChunkSizeConfig = number;
/**
* Add long stack traces to log entries. Recommended for debugging only.

@@ -88,3 +96,3 @@ */

/**
* Do not check that needed files are readable and/or writable
* Skip various permission checks on the server startup if set to true
*/

@@ -167,2 +175,4 @@ export type NoPermsCheckConfig = boolean;

"log-timestamp"?: LogTimestampConfig;
"plugins-import-chunk-size"?: PluginsImportChunkSizeConfig;
"drivers-import-chunk-size"?: DriversImportChunkSizeConfig;
"long-stacktrace"?: LongStacktraceConfig;

@@ -169,0 +179,0 @@ "no-perms-check"?: NoPermsCheckConfig;

@@ -105,2 +105,10 @@ /* eslint-disable */

/**
* The maximum amount of plugins that could be imported in parallel on server startup
*/
export type PluginsImportChunkSizeConfig = number;
/**
* The maximum amount of drivers that could be imported in parallel on server startup
*/
export type DriversImportChunkSizeConfig = number;
/**
* Add long stack traces to log entries. Recommended for debugging only.

@@ -110,3 +118,3 @@ */

/**
* Do not check that needed files are readable and/or writable
* Skip various permission checks on the server startup if set to true
*/

@@ -190,2 +198,4 @@ export type NoPermsCheckConfig = boolean;

"log-timestamp"?: LogTimestampConfig;
"plugins-import-chunk-size"?: PluginsImportChunkSizeConfig;
"drivers-import-chunk-size"?: DriversImportChunkSizeConfig;
"long-stacktrace"?: LongStacktraceConfig;

@@ -192,0 +202,0 @@ "no-perms-check"?: NoPermsCheckConfig;

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

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

"dependencies": {
"@appium/schema": "^0.4.2",
"@appium/schema": "^0.5.0",
"@appium/tsconfig": "^0.x",
"@types/express": "4.17.21",
"@types/npmlog": "4.1.6",
"@types/npmlog": "7.0.0",
"@types/ws": "8.5.10",
"type-fest": "3.13.1"
"type-fest": "4.8.3"
},

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

},
"gitHead": "67504604b7d4602561db2cb3529860b241bec427",
"typedoc": {
"entryPoint": "./lib/index.ts"
}
"gitHead": "5c1d20517cfc8773cd5ffb0f8bb996668d71116b"
}

Sorry, the diff of this file is not supported yet

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