Socket
Socket
Sign inDemoInstall

@percy/cli-command

Package Overview
Dependencies
Maintainers
0
Versions
237
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@percy/cli-command - npm Package Compare versions

Comparing version 1.28.8-beta.4 to 1.28.8-beta.6

11

dist/flags.js

@@ -95,5 +95,14 @@ import logger from '@percy/logger';

};
export const labels = {
name: 'labels',
description: 'Associates labels to the build (ex: --labels=dev,prod )',
group: 'Global',
type: 'string',
parse: String,
percyrc: 'labels',
short: 'l'
};
// Group constants
export const GLOBAL = [verbose, quiet, silent];
export const GLOBAL = [verbose, quiet, silent, labels];
export const PERCY = [config, dryRun];

@@ -100,0 +109,0 @@ export const SERVER = [port];

10

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

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

"dependencies": {
"@percy/config": "1.28.8-beta.4",
"@percy/core": "1.28.8-beta.4",
"@percy/logger": "1.28.8-beta.4"
"@percy/config": "1.28.8-beta.6",
"@percy/core": "1.28.8-beta.6",
"@percy/logger": "1.28.8-beta.6"
},
"gitHead": "0ea30a56b97b5a5dab6ddc1282f71f1ecf07df2d"
"gitHead": "33ebd1aded619784a02e27cb26dbd344c7131ee9"
}
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