@applitools/dom-snapshot
Advanced tools
Comparing version 1.2.23 to 1.2.24
@@ -1,2 +0,2 @@ | ||
// @applitools/dom-snapshot@1.2.23 | ||
// @applitools/dom-snapshot@1.2.24 | ||
function __processPage() { | ||
@@ -441,3 +441,5 @@ var processPage = (function () { | ||
); | ||
return resourceUrls.concat(extractResourcesFromStyleSheet(styleSheet, doc)); | ||
return styleSheet | ||
? resourceUrls.concat(extractResourcesFromStyleSheet(styleSheet, doc)) | ||
: resourceUrls; | ||
}, []), | ||
@@ -444,0 +446,0 @@ ); |
@@ -1,2 +0,2 @@ | ||
// @applitools/dom-snapshot@1.2.23 | ||
// @applitools/dom-snapshot@1.2.24 | ||
function __processPageAndPoll() { | ||
@@ -493,3 +493,5 @@ var processPageAndPoll = (function () { | ||
); | ||
return resourceUrls.concat(extractResourcesFromStyleSheet(styleSheet, doc)); | ||
return styleSheet | ||
? resourceUrls.concat(extractResourcesFromStyleSheet(styleSheet, doc)) | ||
: resourceUrls; | ||
}, []), | ||
@@ -496,0 +498,0 @@ ); |
@@ -1,2 +0,2 @@ | ||
// @applitools/dom-snapshot@1.2.23 | ||
// @applitools/dom-snapshot@1.2.24 | ||
function __processPageAndSerialize() { | ||
@@ -493,3 +493,5 @@ var processPageAndSerialize = (function () { | ||
); | ||
return resourceUrls.concat(extractResourcesFromStyleSheet(styleSheet, doc)); | ||
return styleSheet | ||
? resourceUrls.concat(extractResourcesFromStyleSheet(styleSheet, doc)) | ||
: resourceUrls; | ||
}, []), | ||
@@ -496,0 +498,0 @@ ); |
@@ -438,3 +438,5 @@ 'use strict'; | ||
); | ||
return resourceUrls.concat(extractResourcesFromStyleSheet(styleSheet, doc)); | ||
return styleSheet | ||
? resourceUrls.concat(extractResourcesFromStyleSheet(styleSheet, doc)) | ||
: resourceUrls; | ||
}, []), | ||
@@ -441,0 +443,0 @@ ); |
{ | ||
"name": "@applitools/dom-snapshot", | ||
"version": "1.2.23", | ||
"version": "1.2.24", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -11,3 +11,5 @@ 'use strict'; | ||
); | ||
return resourceUrls.concat(extractResourcesFromStyleSheet(styleSheet, doc)); | ||
return styleSheet | ||
? resourceUrls.concat(extractResourcesFromStyleSheet(styleSheet, doc)) | ||
: resourceUrls; | ||
}, []), | ||
@@ -14,0 +16,0 @@ ); |
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
106855
2736