Socket
Socket
Sign inDemoInstall

@percy/core

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/core - npm Package Compare versions

Comparing version 1.23.0 to 1.24.0

6

dist/config.js

@@ -42,2 +42,5 @@ // Common config options used in Percy commands

},
domTransformation: {
type: 'string'
},
scope: {

@@ -201,2 +204,5 @@ type: 'string'

},
domTransformation: {
$ref: '/config/snapshot#/properties/domTransformation'
},
discovery: {

@@ -203,0 +209,0 @@ type: 'object',

6

dist/page.js

@@ -147,3 +147,4 @@ import fs from 'fs';

enableJavaScript,
disableShadowDOM
disableShadowDOM,
domTransformation
} = snapshot;

@@ -192,3 +193,4 @@ this.log.debug(`Taking snapshot: ${name}${width ? ` @${width}px` : ''}`, this.meta);

enableJavaScript,
disableShadowDOM
disableShadowDOM,
domTransformation
});

@@ -195,0 +197,0 @@ return {

{
"name": "@percy/core",
"version": "1.23.0",
"version": "1.24.0",
"license": "MIT",

@@ -42,6 +42,6 @@ "repository": {

"dependencies": {
"@percy/client": "1.23.0",
"@percy/config": "1.23.0",
"@percy/dom": "1.23.0",
"@percy/logger": "1.23.0",
"@percy/client": "1.24.0",
"@percy/config": "1.24.0",
"@percy/dom": "1.24.0",
"@percy/logger": "1.24.0",
"content-disposition": "^0.5.4",

@@ -57,3 +57,3 @@ "cross-spawn": "^7.0.3",

},
"gitHead": "cd9a0de3f51233e414cd2657997ce02e8faa19e2"
"gitHead": "8de18f03aa611d539d45b40ba3af5accf237a78b"
}
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