Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@percy/core

Package Overview
Dependencies
Maintainers
0
Versions
240
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.28.8-beta.6 to 1.28.8

5

dist/percy.js

@@ -57,3 +57,3 @@ import PercyClient from '@percy/client';

} = {}) {
var _config$percy;
var _config$percy, _config$percy2;
let config = PercyConfig.load({

@@ -63,3 +63,4 @@ overrides: options,

});
deferUploads ?? (deferUploads = (_config$percy = config.percy) === null || _config$percy === void 0 ? void 0 : _config$percy.deferUploads);
labels ?? (labels = (_config$percy = config.percy) === null || _config$percy === void 0 ? void 0 : _config$percy.labels);
deferUploads ?? (deferUploads = (_config$percy2 = config.percy) === null || _config$percy2 === void 0 ? void 0 : _config$percy2.deferUploads);
this.config = config;

@@ -66,0 +67,0 @@ if (testing) loglevel = 'silent';

16

package.json
{
"name": "@percy/core",
"version": "1.28.8-beta.6",
"version": "1.28.8",
"license": "MIT",

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

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

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

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

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

},
"gitHead": "33ebd1aded619784a02e27cb26dbd344c7131ee9"
"gitHead": "1b93761a01b608afadf8d4efccacc11f925396bd"
}
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