@applitools/eyes-images
Advanced tools
Comparing version 4.0.1 to 4.0.3
@@ -98,5 +98,5 @@ 'use strict'; | ||
* | ||
* @param {string|Buffer|MutableImage} image The image path, base64 string, image buffer or MutableImage. | ||
* @param {Region|RegionObject} region The region of the image which should be verified, or {undefined}/{null} if the | ||
* entire image should be verified. | ||
* @param {string|Buffer|MutableImage} image The image path, base64 string, image buffer or MutableImage. | ||
* @param {string} [name] An optional tag to be associated with the validation checkpoint. | ||
@@ -103,0 +103,0 @@ * @param {boolean} [ignoreMismatch] True if the server should ignore a negative result for the visual validation. |
{ | ||
"name": "@applitools/eyes-images", | ||
"version": "4.0.1", | ||
"version": "4.0.3", | ||
"description": "The simplest implemnetation of Applitools Eyes SDK, uploads images for validation", | ||
@@ -34,3 +34,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@applitools/eyes-sdk-core": "^4.0.1" | ||
"@applitools/eyes-sdk-core": "^4.0.3" | ||
}, | ||
@@ -42,3 +42,3 @@ "devDependencies": { | ||
"scripts": { | ||
"test": "mocha ./test/**/*.spec.js -t 900000" | ||
"test:integration": "mocha ./test/**/*.spec.js -t 900000" | ||
}, | ||
@@ -45,0 +45,0 @@ "license": "SEE LICENSE IN LICENSE", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32669