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

@applitools/eyes-common

Package Overview
Dependencies
Maintainers
19
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/eyes-common - npm Package Compare versions

Comparing version 3.10.1 to 3.10.2

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [3.10.2](https://github.com/applitools/eyes.sdk.javascript1/compare/@applitools/eyes-common@3.10.1...@applitools/eyes-common@3.10.2) (2019-09-22)
### Bug Fixes
* **eyes-common:** changed accessibilityRegionType API - removed None. ([b510014](https://github.com/applitools/eyes.sdk.javascript1/commit/b510014))
## [3.10.1](https://github.com/applitools/eyes.sdk.javascript1/compare/@applitools/eyes-common@3.10.0...@applitools/eyes-common@3.10.1) (2019-09-22)

@@ -8,0 +19,0 @@

4

lib/config/AccessibilityMatchSettings.js

@@ -17,3 +17,3 @@ 'use strict';

* @param {number} height
* @param {AccessibilityRegionType} type
* @param {AccessibilityRegionType} [type]
*/

@@ -24,3 +24,3 @@ constructor({ left, top, width, height, type } = {}) {

}
ArgumentGuard.isValidEnumValue(type, AccessibilityRegionType);
ArgumentGuard.isValidEnumValue(type, AccessibilityRegionType, false);

@@ -27,0 +27,0 @@ this._left = left;

@@ -10,3 +10,2 @@ 'use strict';

const AccessibilityRegionType = {
None: 'None',
IgnoreContrast: 'IgnoreContrast',

@@ -13,0 +12,0 @@ RegularText: 'RegularText',

{
"name": "@applitools/eyes-common",
"version": "3.10.1",
"version": "3.10.2",
"description": "Utilities for working with Eyes JavaScript SDK and the visual grid",

@@ -51,3 +51,3 @@ "keywords": [

},
"gitHead": "d849566ab606d69ae4e844d244e8b033454626bd"
"gitHead": "52708c7dcf4630e21889c0555be8caa43192fc09"
}
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