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.23 to 1.2.24

6

dist/processPage.js

@@ -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 @@ );

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