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.24.1 to 1.24.2

4

dist/bundle.js

@@ -404,3 +404,5 @@ (function() {

docElement.textContent = '';
return docElement.outerHTML.replace('</html>', `${innerHTML}</html>`);
// Note: Here we are specifically passing replacer function to avoid any replacements due to
// special characters in client's dom like $&
return docElement.outerHTML.replace('</html>', () => `${innerHTML}</html>`);
}

@@ -407,0 +409,0 @@

{
"name": "@percy/dom",
"version": "1.24.1",
"version": "1.24.2",
"license": "MIT",

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

},
"gitHead": "289eb8467fd317b6c17decc5d4f1b6586aa7b75e"
"gitHead": "b9c37345b1feebd06f3c87a6a6accf8cdb6d29a5"
}
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