Socket
Socket
Sign inDemoInstall

@percy/core

Package Overview
Dependencies
Maintainers
6
Versions
233
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@percy/core - npm Package Compare versions

Comparing version 1.0.0-beta.6 to 1.0.0-beta.7

11

dist/discoverer.js

@@ -197,3 +197,8 @@ "use strict";

return request => {
let url = request.url();
let url = request.url(); // skip any logging and handling of data-urls
if (url.startsWith('data:')) {
return request.continue();
}
meta = { ...meta,

@@ -259,5 +264,3 @@ url

try {
// do nothing for the root URL or URLs that start with `data:` since
// Puppeteer network interception doesn't support proper request
// aborting for those URLs
// do nothing for the root URL or URLs that start with `data:`
if (url === rootUrl || url.startsWith('data:')) return; // process and cache the response and resource

@@ -264,0 +267,0 @@

{
"name": "@percy/core",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"license": "MIT",

@@ -27,5 +27,5 @@ "main": "dist/index.js",

"dependencies": {
"@percy/client": "^1.0.0-beta.6",
"@percy/dom": "^1.0.0-beta.6",
"@percy/logger": "^1.0.0-beta.6",
"@percy/client": "^1.0.0-beta.7",
"@percy/dom": "^1.0.0-beta.7",
"@percy/logger": "^1.0.0-beta.7",
"body-parser": "^1.19.0",

@@ -42,3 +42,3 @@ "cors": "^2.8.5",

},
"gitHead": "c7cf1de4546f72c3b42749ca8faf3f3684098300"
"gitHead": "5be796ec8f17958e93ada0b634899b945c9b0d60"
}
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