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

@applitools/dom-snapshot

Package Overview
Dependencies
Maintainers
14
Versions
185
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.2 to 1.0.3

2

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

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

@@ -22,3 +22,3 @@ {

"semi": true,
"parser": "babel",
"parser": "babylon",
"printWidth": 100,

@@ -25,0 +25,0 @@ "singleQuote": true,

@@ -72,2 +72,5 @@ /* eslint-disable no-use-before-define */

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

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