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

@applitools/eyes.sdk.core

Package Overview
Dependencies
Maintainers
5
Versions
24
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 1.4.1 to 1.4.2

.npmignore

2

package.json
{
"name": "@applitools/eyes.sdk.core",
"version": "1.4.1",
"version": "1.4.2",
"description": "Applitools Eyes SDK For JavaScript",

@@ -5,0 +5,0 @@ "author": "Applitools Team <team@applitools.com> (http://www.applitools.com/)",

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

return that._takeScreenshot(userInputs, region, tag, shouldRunOnceOnTimeout, ignoreMismatch, checkSettings, imageMatchSettings, retryTimeout).then(screenshot => {
// TODO: we need to return screenshot somehow, because it is used for compression
if (ignoreMismatch) {

@@ -276,2 +275,10 @@ return that._matchResult;

/**
* @return {EyesScreenshot}
*/
getLastScreenshot() {
return this._lastScreenshot;
}
// noinspection JSUnusedGlobalSymbols
/**
* @return {Region}

@@ -278,0 +285,0 @@ */

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

this.windowId = null;
this.screenshot = null;
}

@@ -30,12 +29,4 @@

}
getScreenshot() {
return this.screenshot;
}
setScreenshot(value) {
this.screenshot = value;
}
}
module.exports = MatchResult;

Sorry, the diff of this file is too big to display

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