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

@applitools/types

Package Overview
Dependencies
Maintainers
28
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/types - npm Package Compare versions

Comparing version 1.2.2 to 1.3.0

4

package.json
{
"name": "@applitools/types",
"version": "1.2.2",
"version": "1.3.0",
"keywords": [

@@ -52,3 +52,3 @@ "applitools",

"devDependencies": {
"@applitools/sdk-release-kit": "0.13.11",
"@applitools/bongo": "^2.0.0",
"@types/node": "^14.14.7",

@@ -55,0 +55,0 @@ "@typescript-eslint/eslint-plugin": "^4.7.0",

@@ -80,2 +80,11 @@ export declare type SessionType = 'SEQUENTIAL' | 'PROGRESSION';

};
export declare type AndroidDevice = 'Pixel 3 XL' | 'Pixel 4' | 'Pixel 4 XL' | 'Galaxy Note 8' | 'Galaxy Note 9' | 'Galaxy S8' | 'Galaxy S8 Plus' | 'Galaxy S9' | 'Galaxy S9 Plus' | 'Galaxy S10' | 'Galaxy S10 Plus' | 'Galaxy Note 10' | 'Galaxy Note 10 Plus' | 'Galaxy S20' | 'Galaxy S20 Plus' | 'Galaxy S21' | 'Galaxy S21 Plus' | 'Galaxy S21 Ultra';
export declare type AndroidVersion = 'latest' | 'latest-1' | 'latest-2';
export declare type AndroidDeviceRenderer = {
androidDeviceInfo: {
deviceName: AndroidDevice;
version?: AndroidVersion;
screenOrientation?: ScreenOrientation;
};
};
export declare type BrowserInfoRenderer = DesktopBrowserRenderer | ChromeEmulationDeviceRenderer | IOSDeviceRenderer;

@@ -82,0 +91,0 @@ export declare type MatchResult = {

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