Socket
Socket
Sign inDemoInstall

@percy/core

Package Overview
Dependencies
Maintainers
1
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.29.1 to 1.29.2-beta.0

6

dist/percy.js

@@ -149,3 +149,3 @@ function _classPrivateMethodInitSpec(e, a) { _checkPrivateRedeclaration(e, a), a.add(e); }

let errors = PercyConfig.validate(config);
if (errors) {
if ((errors === null || errors === void 0 ? void 0 : errors.length) > 0) {
this.log.warn('Invalid config:');

@@ -181,3 +181,3 @@ for (let e of errors) this.log.warn(`- ${e.path}: ${e.message}`);

if (process.env.PERCY_CLIENT_ERROR_LOGS !== 'false') {
this.log.warn('Notice: Percy collects CI logs for service improvement, stored for 30 days. Opt-out anytime with export PERCY_CLIENT_ERROR_LOGS=false');
this.log.warn('Notice: Percy collects CI logs to improve service and enhance your experience. These logs help us debug issues and provide insights on your dashboards, making it easier to optimize the product experience. Logs are stored securely for 30 days. You can opt out anytime with export PERCY_CLIENT_ERROR_LOGS=false, but keeping this enabled helps us offer the best support and features.');
}

@@ -422,3 +422,3 @@ // Not awaiting proxy check as this can be asyncronous when not enabled

let errors = PercyConfig.validate(comparison, '/comparison');
if (errors) {
if ((errors === null || errors === void 0 ? void 0 : errors.length) > 0) {
this.log.warn('Invalid upload options:');

@@ -425,0 +425,0 @@ for (let e of errors) this.log.warn(`- ${e.path}: ${e.message}`);

@@ -212,3 +212,3 @@ import logger from '@percy/logger';

let errors = PercyConfig.validate(migrated, schema);
if (errors) {
if ((errors === null || errors === void 0 ? void 0 : errors.length) > 0) {
log.warn('Invalid snapshot options:');

@@ -215,0 +215,0 @@ for (let e of errors) log.warn(`- ${e.path}: ${e.message}`);

{
"name": "@percy/core",
"version": "1.29.1",
"version": "1.29.2-beta.0",
"license": "MIT",

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

"access": "public",
"tag": "latest"
"tag": "beta"
},

@@ -47,7 +47,7 @@ "engines": {

"dependencies": {
"@percy/client": "1.29.1",
"@percy/config": "1.29.1",
"@percy/dom": "1.29.1",
"@percy/logger": "1.29.1",
"@percy/webdriver-utils": "1.29.1",
"@percy/client": "1.29.2-beta.0",
"@percy/config": "1.29.2-beta.0",
"@percy/dom": "1.29.2-beta.0",
"@percy/logger": "1.29.2-beta.0",
"@percy/webdriver-utils": "1.29.2-beta.0",
"content-disposition": "^0.5.4",

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

},
"gitHead": "a2f1abdeb72e34cdc82f9d684902b38a8e7e0957"
"gitHead": "5e1526d9d9b3e08f3f667de97f340c3ac8c3809c"
}
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