New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@applitools/dom-snapshot

Package Overview
Dependencies
Maintainers
14
Versions
190
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.0.3 to 1.0.4

3

dist/processPage.js

@@ -103,2 +103,5 @@

};
if (elementNode.checked && !elementNode.attributes.checked) {
node.attributes.push({name: 'checked', value: true});
}
}

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

@@ -155,2 +155,5 @@

};
if (elementNode.checked && !elementNode.attributes.checked) {
node.attributes.push({name: 'checked', value: true});
}
}

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

2

package.json
{
"name": "@applitools/dom-snapshot",
"version": "1.0.3",
"version": "1.0.4",
"main": "index.js",

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

@@ -73,3 +73,3 @@ /* eslint-disable no-use-before-define */

if (elementNode.checked && !elementNode.attributes.checked) {
node.attributes.push({name: 'checked', value: true});
node.attributes.push({name: 'checked', value: 'checked'});
}

@@ -76,0 +76,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