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

@applitools/eyes.cypress

Package Overview
Dependencies
Maintainers
11
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 1.2.1 to 1.2.2

2

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

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

@@ -50,6 +50,7 @@ const EyesWrapper = require('./EyesWrapper');

async function close() {
const renderResults = await Promise.all(renderPromises);
const results = [];
const results = [];
for (const renderResult of renderResults) {
for (const renderPromise of renderPromises) {
const renderResult = await renderPromise;
results.push(await wrapper.checkWindow(renderResult));

@@ -56,0 +57,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