Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@applitools/dom-snapshot

Package Overview
Dependencies
Maintainers
15
Versions
186
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/dom-snapshot - npm Package Compare versions

Comparing version 1.2.20 to 1.2.21

7

dist/processPage.js

@@ -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,

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