Socket
Socket
Sign inDemoInstall

@percy/cli-snapshot

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-snapshot - npm Package Compare versions

Comparing version 1.0.0-beta.23 to 1.0.0-beta.24

2

oclif.manifest.json

@@ -1,1 +0,1 @@

{"version":"1.0.0-beta.23","commands":{"snapshot":{"id":"snapshot","description":"Snapshot a list of pages from a file or directory","pluginName":"@percy/cli-snapshot","pluginType":"core","aliases":[],"examples":["$ percy snapshot ./public","$ percy snapshot pages.yml"],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"log everything","allowNo":false},"quiet":{"name":"quiet","type":"boolean","char":"q","description":"log errors only","allowNo":false},"silent":{"name":"silent","type":"boolean","description":"log nothing","allowNo":false},"allowed-hostname":{"name":"allowed-hostname","type":"option","char":"h","description":"allowed hostnames"},"network-idle-timeout":{"name":"network-idle-timeout","type":"option","char":"t","description":"asset discovery idle timeout"},"disable-asset-cache":{"name":"disable-asset-cache","type":"boolean","description":"disable asset discovery caches","allowNo":false},"config":{"name":"config","type":"option","char":"c","description":"configuration file path"},"base-url":{"name":"base-url","type":"option","char":"b","description":"the url path to serve the static directory from","default":"/"},"files":{"name":"files","type":"option","char":"f","description":"one or more globs matching static file paths to snapshot","default":"**/*.{html,htm}"},"ignore":{"name":"ignore","type":"option","char":"i","description":"one or more globs matching static file paths to ignore"},"dry-run":{"name":"dry-run","type":"boolean","char":"d","description":"prints a list of pages to snapshot without snapshotting","allowNo":false}},"args":[{"name":"pathname","description":"path to a directory or file containing a list of pages","required":true}]}}}
{"version":"1.0.0-beta.24","commands":{"snapshot":{"id":"snapshot","description":"Snapshot a list of pages from a file or directory","pluginName":"@percy/cli-snapshot","pluginType":"core","aliases":[],"examples":["$ percy snapshot ./public","$ percy snapshot pages.yml"],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"log everything","allowNo":false},"quiet":{"name":"quiet","type":"boolean","char":"q","description":"log errors only","allowNo":false},"silent":{"name":"silent","type":"boolean","description":"log nothing","allowNo":false},"allowed-hostname":{"name":"allowed-hostname","type":"option","char":"h","description":"allowed hostnames"},"network-idle-timeout":{"name":"network-idle-timeout","type":"option","char":"t","description":"asset discovery idle timeout"},"disable-asset-cache":{"name":"disable-asset-cache","type":"boolean","description":"disable asset discovery caches","allowNo":false},"config":{"name":"config","type":"option","char":"c","description":"configuration file path"},"base-url":{"name":"base-url","type":"option","char":"b","description":"the url path to serve the static directory from","default":"/"},"files":{"name":"files","type":"option","char":"f","description":"one or more globs matching static file paths to snapshot","default":"**/*.{html,htm}"},"ignore":{"name":"ignore","type":"option","char":"i","description":"one or more globs matching static file paths to ignore"},"dry-run":{"name":"dry-run","type":"boolean","char":"d","description":"prints a list of pages to snapshot without snapshotting","allowNo":false}},"args":[{"name":"pathname","description":"path to a directory or file containing a list of pages","required":true}]}}}
{
"name": "@percy/cli-snapshot",
"version": "1.0.0-beta.23",
"version": "1.0.0-beta.24",
"license": "MIT",

@@ -34,7 +34,7 @@ "main": "dist/index.js",

"dependencies": {
"@percy/cli-command": "^1.0.0-beta.23",
"@percy/config": "^1.0.0-beta.23",
"@percy/core": "^1.0.0-beta.23",
"@percy/dom": "^1.0.0-beta.23",
"@percy/logger": "^1.0.0-beta.23",
"@percy/cli-command": "^1.0.0-beta.24",
"@percy/config": "^1.0.0-beta.24",
"@percy/core": "^1.0.0-beta.24",
"@percy/dom": "^1.0.0-beta.24",
"@percy/logger": "^1.0.0-beta.24",
"globby": "^11.0.1",

@@ -44,3 +44,3 @@ "serve-handler": "^6.1.3",

},
"gitHead": "a80cdeb7b97f0806983cc1d0b02ce7d99fdfaed5"
"gitHead": "5fee58e48bf9a5c243b3ddb4f9f187dc7c93272f"
}
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