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.10 to 3.2.11

4

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

@@ -35,3 +35,3 @@ "license": "MIT",

"dependencies": {
"@applitools/visual-grid-client": "^5.3.6",
"@applitools/visual-grid-client": "^5.3.7",
"body-parser": "^1.18.3",

@@ -38,0 +38,0 @@ "cors": "^2.8.4",

@@ -37,3 +37,3 @@ /* global Cypress,cy,window,before,after */

Cypress.log({name: 'Eyes: check window'});
return cy.document({log: false}).then({timeout: 10000}, doc => eyesCheckWindow(doc, args));
return cy.document({log: false}).then({timeout: 60000}, doc => eyesCheckWindow(doc, args));
});

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