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.20.3 to 1.21.0

6

dist/bundle.js

@@ -133,9 +133,7 @@ (function() {

let url = new URL(path, document.URL).toString();
// converts text to base64
let content = window.btoa(data);
// return the url, base64 content, and mimetype
// return the url, text content, and mimetype
return {
url,
content,
content: data,
mimetype

@@ -142,0 +140,0 @@ };

{
"name": "@percy/dom",
"version": "1.20.3",
"version": "1.21.0",
"license": "MIT",

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

},
"gitHead": "520bd156af47080881b651e4819014cbacf76781"
"gitHead": "44c63a3214f1fbfb0b1adcb6fcfe284a9f54d0cb"
}
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