@applitools/dom-snapshot
Advanced tools
Comparing version 1.2.20 to 1.2.21
@@ -1,2 +0,2 @@ | ||
// @applitools/dom-snapshot@1.2.20 | ||
// @applitools/dom-snapshot@1.2.21 | ||
function __processPage() { | ||
@@ -98,5 +98,3 @@ var processPage = (function () { | ||
if (name === 'style') { | ||
value = elementNode.style.cssText; | ||
} else if (/^blob:/.test(value)) { | ||
if (/^blob:/.test(value)) { | ||
value = value.replace(/^blob:/, ''); | ||
@@ -111,3 +109,2 @@ } else if ( | ||
} | ||
return { | ||
@@ -114,0 +111,0 @@ name, |
@@ -1,2 +0,2 @@ | ||
// @applitools/dom-snapshot@1.2.20 | ||
// @applitools/dom-snapshot@1.2.21 | ||
function __processPageAndPoll() { | ||
@@ -150,5 +150,3 @@ var processPageAndPoll = (function () { | ||
if (name === 'style') { | ||
value = elementNode.style.cssText; | ||
} else if (/^blob:/.test(value)) { | ||
if (/^blob:/.test(value)) { | ||
value = value.replace(/^blob:/, ''); | ||
@@ -163,3 +161,2 @@ } else if ( | ||
} | ||
return { | ||
@@ -166,0 +163,0 @@ name, |
@@ -1,2 +0,2 @@ | ||
// @applitools/dom-snapshot@1.2.20 | ||
// @applitools/dom-snapshot@1.2.21 | ||
function __processPageAndSerialize() { | ||
@@ -150,5 +150,3 @@ var processPageAndSerialize = (function () { | ||
if (name === 'style') { | ||
value = elementNode.style.cssText; | ||
} else if (/^blob:/.test(value)) { | ||
if (/^blob:/.test(value)) { | ||
value = value.replace(/^blob:/, ''); | ||
@@ -163,3 +161,2 @@ } else if ( | ||
} | ||
return { | ||
@@ -166,0 +163,0 @@ name, |
@@ -95,5 +95,3 @@ 'use strict'; | ||
if (name === 'style') { | ||
value = elementNode.style.cssText; | ||
} else if (/^blob:/.test(value)) { | ||
if (/^blob:/.test(value)) { | ||
value = value.replace(/^blob:/, ''); | ||
@@ -108,3 +106,2 @@ } else if ( | ||
} | ||
return { | ||
@@ -111,0 +108,0 @@ name, |
{ | ||
"name": "@applitools/dom-snapshot", | ||
"version": "1.2.20", | ||
"version": "1.2.21", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -59,5 +59,3 @@ /* eslint-disable no-use-before-define */ | ||
if (name === 'style') { | ||
value = elementNode.style.cssText; | ||
} else if (/^blob:/.test(value)) { | ||
if (/^blob:/.test(value)) { | ||
value = value.replace(/^blob:/, ''); | ||
@@ -72,3 +70,2 @@ } else if ( | ||
} | ||
return { | ||
@@ -75,0 +72,0 @@ name, |
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
103137
2666