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.28.0-beta.0 to 1.28.0-beta.1

4

dist/browser.js

@@ -20,4 +20,4 @@ import fs from 'fs';

args = [
// disable the translate popup
'--disable-features=Translate',
// disable the translate popup and optimization downloads
'--disable-features=Translate,OptimizationGuideModelDownloading',
// disable several subsystems which run network requests in the background

@@ -24,0 +24,0 @@ '--disable-background-networking',

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

if (this.server) yield this.server.listen();
const snapshotType = this.client.tokenType() === 'web' ? 'snapshot' : 'comparison';
const snapshotType = this.projectType === 'web' ? 'snapshot' : 'comparison';
this.syncQueue = new WaitForJob(snapshotType, this);

@@ -157,0 +157,0 @@ // log and mark this instance as started

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

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

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

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

},
"gitHead": "d188893f1b45f6e4a1b3196b326a47174340c6ce"
"gitHead": "726fe9b1688c640a4806623d1d34aaafeb79d8c7"
}
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