🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@percy/client

Package Overview
Dependencies
Maintainers
1
Versions
374
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@percy/client - npm Package Compare versions

Comparing version
1.32.4
to
1.32.5-beta.0
+9
-0
dist/client.js

@@ -276,2 +276,8 @@ import fs from 'fs';

let tagsArr = tagsList(this.labels);
// PER-9724: internal-only priority request. Set by internal product
// orchestration (e.g. Scanner / LCA) via PERCY_PRIORITY; mirrors the
// PERCY_ORIGINATED_SOURCE internal signal above. percy-api only honors this
// for eligible internal build types, so it is a no-op for customer builds.
let priority = process.env.PERCY_PRIORITY === 'true';
return this.post('builds', {

@@ -304,2 +310,5 @@ data: {

'visual-config': visualConfig
} : {}),
...(priority ? {
priority: true
} : {})

@@ -306,0 +315,0 @@ },

+6
-6
{
"name": "@percy/client",
"version": "1.32.4",
"version": "1.32.5-beta.0",
"license": "MIT",

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

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

@@ -37,9 +37,9 @@ "engines": {

"dependencies": {
"@percy/config": "1.32.4",
"@percy/env": "1.32.4",
"@percy/logger": "1.32.4",
"@percy/config": "1.32.5-beta.0",
"@percy/env": "1.32.5-beta.0",
"@percy/logger": "1.32.5-beta.0",
"pac-proxy-agent": "^7.0.2",
"pako": "^2.1.0"
},
"gitHead": "3cc47184f972f991e35b5cc58d3035ecca6cf221"
"gitHead": "768c93a69060d3abe8dd4db57768c0970d2a9b79"
}