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

@applitools/eyes.cypress

Package Overview
Dependencies
Maintainers
12
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/eyes.cypress - npm Package Compare versions

Comparing version 3.2.20 to 3.2.21

2

package.json
{
"name": "@applitools/eyes.cypress",
"version": "3.2.20",
"version": "3.2.21",
"main": "index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

'use strict';
const {presult} = require('@applitools/functional-commons');
async function getErrorsAndDiffs(closePromises) {
const testResultsOrErrs = await Promise.all(closePromises.map(presult));
const testResultsOrErrs = await Promise.all(closePromises);

@@ -7,0 +6,0 @@ return testResultsOrErrs.reduce(

'use strict';
const {presult} = require('@applitools/functional-commons');
const pollingHandler = require('./pollingHandler');

@@ -132,7 +133,3 @@ const {PollingStatus} = pollingHandler;

return async function() {
runningTest.closePromise = doClose(false).catch(err => {
logger.log('error in close', err);
return err;
});
return runningTest.closePromise;
return (runningTest.closePromise = presult(doClose(false)));
};

@@ -139,0 +136,0 @@ }

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