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

@appium/types

Package Overview
Dependencies
Maintainers
7
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.1 to 0.14.2

23

lib/driver.ts

@@ -1363,25 +1363,2 @@ import type {EventEmitter} from 'node:events';

/**
* Construct a rotation gesture? Unclear what this command does and it does not appear to be used
*
* @param x - the x coordinate of the rotation center
* @param y - the y coordinate of the rotation center
* @param radius - the radius of the rotation circle
* @param rotation - the rotation angle? idk
* @param touchCount - how many fingers to rotate
* @param elementId - if we're rotating around an element
*
* @deprecated Use setRotation instead
* @privateRemarks Not implemented in `appium-xcuitest-driver`
*/
mobileRotation?(
x: number,
y: number,
radius: number,
rotation: number,
touchCount: number,
duration: string,
elementId?: string
): Promise<void>;
/**
* Get the current activity name

@@ -1388,0 +1365,0 @@ *

12

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

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

"dependencies": {
"@appium/schema": "^0.4.1",
"@appium/schema": "^0.4.2",
"@appium/tsconfig": "^0.x",
"@types/express": "4.17.20",
"@types/npmlog": "4.1.5",
"@types/ws": "8.5.8",
"@types/express": "4.17.21",
"@types/npmlog": "4.1.6",
"@types/ws": "8.5.9",
"type-fest": "3.13.1"

@@ -56,3 +56,3 @@ },

},
"gitHead": "bd6e3ac0b03e2e53c393423ac8954b814aaf09be",
"gitHead": "717ec38d8cb63330ac1901eda8ef4489d256678b",
"typedoc": {

@@ -59,0 +59,0 @@ "entryPoint": "./lib/index.ts"

Sorry, the diff of this file is too big to display

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