Socket
Socket
Sign inDemoInstall

@percy/cli-command

Package Overview
Dependencies
Maintainers
6
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.0.0-beta.28 to 1.0.0-beta.29

4

dist/flags.js

@@ -40,5 +40,5 @@ "use strict";

}),
'disable-asset-cache': _command.flags.boolean({
'disable-cache': _command.flags.boolean({
description: 'disable asset discovery caches',
percyrc: 'discovery.disableAssetCache'
percyrc: 'discovery.disableCache'
})

@@ -45,0 +45,0 @@ }; // Common flag for loading config files.

{
"name": "@percy/cli-command",
"version": "1.0.0-beta.28",
"version": "1.0.0-beta.29",
"license": "MIT",

@@ -28,6 +28,6 @@ "main": "dist/index.js",

"@oclif/plugin-help": "^3.2.0",
"@percy/config": "^1.0.0-beta.28",
"@percy/logger": "^1.0.0-beta.28"
"@percy/config": "^1.0.0-beta.29",
"@percy/logger": "^1.0.0-beta.29"
},
"gitHead": "a0b9d3f8cf254b362f2591aa1b7a603240dcdf76"
"gitHead": "d8ece55981a5b9ef52abda65783c2aa874ac87e6"
}

@@ -46,3 +46,3 @@ # @percy/cli-command

networkIdleTimeout: 100
disableAssetCache: false
disableCache: false
concurrency: 5

@@ -49,0 +49,0 @@ ```

@@ -32,3 +32,3 @@ // Minimum TypeScript Version: 3.8

['network-idle-timeout']: PercyOptionFlag<number>,
['disable-asset-cache']: PercyOptionFlag<boolean>
['disable-cache']: PercyOptionFlag<boolean>
};

@@ -35,0 +35,0 @@

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