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.3.6 to 3.3.7

2

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

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

@@ -6,3 +6,3 @@ 'use strict';

return function eyesCheckWindow(doc, args) {
let tag, sizeMode, selector, region, scriptHooks, ignore, sendDom;
let tag, sizeMode, selector, region, scriptHooks, ignore, floating, sendDom;
if (typeof args === 'string') {

@@ -17,2 +17,3 @@ tag = args;

ignore = args.ignore;
floating = args.floating;
sendDom = args.sendDom;

@@ -38,2 +39,3 @@ }

ignore,
floating,
frames,

@@ -40,0 +42,0 @@ sendDom,

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

ignore,
floating,
frames = [],

@@ -105,2 +106,3 @@ sendDom,

ignore,
floating,
frames: framesWithResources,

@@ -107,0 +109,0 @@ sendDom,

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