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

@percy/core

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

8

dist/percy.js

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

try {
var _this$build;
if (process.env.PERCY_CLIENT_ERROR_LOGS !== 'false') {

@@ -160,3 +159,8 @@ 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');

if (this.server) yield this.server.listen();
if (this.projectType === 'web') this.deviceDetails = yield this.client.getDeviceDetails((_this$build = this.build) === null || _this$build === void 0 ? void 0 : _this$build.id);
if (this.projectType === 'web') {
if (!process.env.PERCY_DO_NOT_CAPTURE_RESPONSIVE_ASSETS || process.env.PERCY_DO_NOT_CAPTURE_RESPONSIVE_ASSETS !== 'true') {
var _this$build;
this.deviceDetails = yield this.client.getDeviceDetails((_this$build = this.build) === null || _this$build === void 0 ? void 0 : _this$build.id);
}
}
const snapshotType = this.projectType === 'web' ? 'snapshot' : 'comparison';

@@ -163,0 +167,0 @@ this.syncQueue = new WaitForJob(snapshotType, this);

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

@@ -46,7 +46,7 @@ "repository": {

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

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

},
"gitHead": "866f110837fabc0607d9b817b2e4373bc91bc474"
"gitHead": "d31a9746c7be6d74db284b8f30c3248d2bba916e"
}
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