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

@applitools/types

Package Overview
Dependencies
Maintainers
23
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.0.10 to 1.0.11

6

CHANGELOG.md

@@ -6,2 +6,6 @@ # Changelog

## 1.0.11 - 2021/9/1
- update universal `close` and `closeAllEyes` methods
## 1.0.10 - 2021/8/31

@@ -14,3 +18,3 @@

- add types for newest spec driver methods for universal interface
- add types for newest spec driver methods for universal interface
## 1.0.8 - 2021/8/13

@@ -17,0 +21,0 @@

2

package.json
{
"name": "@applitools/types",
"version": "1.0.10",
"version": "1.0.11",
"keywords": [

@@ -5,0 +5,0 @@ "applitools",

@@ -27,2 +27,3 @@ import { Region, Size, TextRegion, DriverInfo, MatchResult, TestResult } from './data';

manager: Ref<EyesManager<TDriver, TElement, TSelector>>;
throwErr?: boolean;
}): Promise<TestResult[]>;

@@ -51,6 +52,7 @@ request(name: 'Eyes.check', options: {

eyes: Ref<Eyes<TElement, TSelector>>;
}): Promise<TestResult>;
throwErr?: boolean;
}): Promise<TestResult[]>;
request(name: 'Eyes.abort', options: {
eyes: Ref<Eyes<TElement, TSelector>>;
}): Promise<TestResult>;
}): Promise<TestResult[]>;
command(name: 'Driver.isEqualElements', handler: (options: {

@@ -240,2 +242,3 @@ context: TContext;

manager: Ref<EyesManager<TDriver, TElement, TSelector>>;
throwErr?: boolean;
}) => Promise<TestResult[]>): () => void;

@@ -264,6 +267,7 @@ command(name: 'Eyes.check', handler: (options: {

eyes: Ref<Eyes<TElement, TSelector>>;
}) => Promise<TestResult>): () => void;
throwErr?: boolean;
}) => Promise<TestResult[]>): () => void;
command(name: 'Eyes.abort', handler: (options: {
eyes: Ref<Eyes<TElement, TSelector>>;
}) => Promise<TestResult>): () => void;
}) => Promise<TestResult[]>): () => void;
}
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