@percy/client
Advanced tools
+9
-0
@@ -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" | ||
| } |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
72459
0.65%1752
0.46%2
100%18
5.88%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated
Updated
Updated