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

@applitools/eyes-sdk-core

Package Overview
Dependencies
Maintainers
19
Versions
466
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/eyes-sdk-core - npm Package Compare versions

Comparing version 5.17.1 to 5.17.2

11

CHANGELOG.md

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

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

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

4

lib/fluent/AccessibilityRegionByRectangle.js

@@ -12,7 +12,7 @@ 'use strict';

* @param {Region} rect
* @param {AccessibilityRegionType} type
* @param {AccessibilityRegionType} [type]
*/
constructor(rect, type) {
super();
ArgumentGuard.isValidEnumValue(type, AccessibilityRegionType);
ArgumentGuard.isValidEnumValue(type, AccessibilityRegionType, false);
this._rect = rect;

@@ -19,0 +19,0 @@ this._type = type;

{
"name": "@applitools/eyes-sdk-core",
"version": "5.17.1",
"version": "5.17.2",
"description": "The core components of Eyes JavaScript SDK",

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

"dependencies": {
"@applitools/eyes-common": "^3.10.1",
"@applitools/eyes-common": "^3.10.2",
"axios": "^0.19.0",

@@ -50,3 +50,3 @@ "es6-promise-pool": "^2.5.0"

},
"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