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.1.2 to 1.1.3

2

dist/processPage.js

@@ -1,2 +0,2 @@

// @applitools/dom-snapshot@1.1.2
// @applitools/dom-snapshot@1.1.3
function __processPage() {

@@ -3,0 +3,0 @@ var processPage = (function () {

@@ -1,2 +0,2 @@

// @applitools/dom-snapshot@1.1.2
// @applitools/dom-snapshot@1.1.3
function __processPageAndSerialize() {

@@ -3,0 +3,0 @@ var processPageAndSerialize = (function () {

{
"name": "@applitools/dom-snapshot",
"version": "1.1.2",
"version": "1.1.3",
"main": "index.js",

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

@@ -88,2 +88,14 @@ /* eslint-disable no-use-before-define */

}
} else {
node = {
nodeType: NODE_TYPES.ELEMENT,
nodeName: 'SCRIPT',
attributes: Object.keys(elementNode.attributes || {})
.map(key => ({
name: elementNode.attributes[key].localName,
value: elementNode.attributes[key].value,
}))
.filter(attr => attr.name !== 'src'),
childNodeIndexes: [],
};
}

@@ -90,0 +102,0 @@ } else if (nodeType === NODE_TYPES.TEXT) {

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