Socket
Socket
Sign inDemoInstall

@percy/dom

Package Overview
Dependencies
Maintainers
6
Versions
238
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@percy/dom - npm Package Compare versions

Comparing version 1.27.4-beta.0 to 1.27.4-beta.1

6

dist/bundle.js

@@ -382,2 +382,4 @@ (function() {

*/
const ignoreTags = ['NOSCRIPT'];
function cloneNodeAndShadow(_ref) {

@@ -392,3 +394,5 @@ let {

while (nextn) {
cloneNode(nextn, nextp);
if (!ignoreTags.includes(nextn.nodeName)) {
cloneNode(nextn, nextp);
}
nextn = nextn.nextSibling;

@@ -395,0 +399,0 @@ }

4

package.json
{
"name": "@percy/dom",
"version": "1.27.4-beta.0",
"version": "1.27.4-beta.1",
"license": "MIT",

@@ -38,3 +38,3 @@ "repository": {

},
"gitHead": "d83228ad59736923285426854572f9e1f80ad48f"
"gitHead": "d0eea0c0d75cb6c034dceba122b1bc1f946b679a"
}
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