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

@applitools/dom-capture

Package Overview
Dependencies
Maintainers
12
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/dom-capture - npm Package Compare versions

Comparing version 6.1.1 to 6.1.2

2

dist/processPage.js

@@ -136,3 +136,3 @@

function extractFrames(doc = document) {
return [...doc.querySelectorAll('iframe[src]')]
return [...doc.querySelectorAll('iframe[src]:not([src=""])')]
.map(srcEl => {

@@ -139,0 +139,0 @@ try {

@@ -188,3 +188,3 @@

function extractFrames(doc = document) {
return [...doc.querySelectorAll('iframe[src]')]
return [...doc.querySelectorAll('iframe[src]:not([src=""])')]
.map(srcEl => {

@@ -191,0 +191,0 @@ try {

{
"name": "@applitools/dom-capture",
"version": "6.1.1",
"version": "6.1.2",
"main": "index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

'use strict';
function extractFrames(doc = document) {
return [...doc.querySelectorAll('iframe[src]')]
return [...doc.querySelectorAll('iframe[src]:not([src=""])')]
.map(srcEl => {

@@ -6,0 +6,0 @@ try {

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