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.3.2 to 4.3.3

18

lib/testLine.d.ts

@@ -61,7 +61,18 @@ import {Condition} from './condition';

export type OpenAppLaunchModes = 'resume' | 'restart';
export type OpenAppTestLine = BaseTestLine & {
type: 'openApp',
relativeUrl?: string,
launchMode?: OpenAppLaunchModes,
};
export type CloseAppTestLine = BaseTestLine & {
type: 'closeApp',
};
export type SuspendAppTestLine = BaseTestLine & {
type: 'suspendApp',
};
export type OpenUrlTestLine = BaseTestLine & {

@@ -240,3 +251,4 @@ type: 'openUrl',

export type TestLine = AssertTestLine
export type TestLine =
| AssertTestLine
| WaitUntilTestLine

@@ -261,2 +273,4 @@ | ClearAppDataTestLine

| ScrollTestLine
| SwipeTestLine;
| SwipeTestLine
| CloseAppTestLine
| SuspendAppTestLine;

2

package.json
{
"name": "@suitest/types",
"version": "4.3.2",
"version": "4.3.3",
"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