@applitools/eyes.cypress
Advanced tools
Comparing version 3.3.6 to 3.3.7
{ | ||
"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, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
124477
708