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

@applitools/eyes-images

Package Overview
Dependencies
Maintainers
12
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/eyes-images - npm Package Compare versions

Comparing version 4.0.1 to 4.0.3

2

lib/Eyes.js

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

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