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

@suitest/types

Package Overview
Dependencies
Maintainers
2
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@suitest/types - npm Package Compare versions

Comparing version 4.2.5 to 4.3.0

5

lib/testLine.d.ts

@@ -44,3 +44,4 @@ import {Condition} from './condition';

| 'landscapeRight'
| 'landscapeLeft';
| 'landscapeLeft'
| 'portraitUpsideDown';

@@ -187,3 +188,3 @@ export type DeviceSettingsTestLine = BaseTestLine & {

count?: number | string,
taps: [{type: TapTypes}],
taps: [{type: TapTypes, duration?: undefined} | {type: 'long', duration?: number | string}],
condition?: Condition,

@@ -190,0 +191,0 @@ negateCondition?: boolean,

2

lib/testLineResult.d.ts

@@ -147,2 +147,4 @@ import {LineId} from './testLine';

| 'systemOutdated'
| 'noSpaceLeftOnDevice'
| 'invalidDeveloperIP'
| 'instrumentationFailedPrivilege',

@@ -149,0 +151,0 @@ };

{
"name": "@suitest/types",
"version": "4.2.5",
"version": "4.3.0",
"description": "TypeScript definitions for common data structures",

@@ -5,0 +5,0 @@ "homepage": "https://suite.st/",

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