@applitools/dom-snapshot
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"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) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
52647
1339
3