Socket
Socket
Sign inDemoInstall

@percy/cli

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

Comparing version 1.0.0-beta.71 to 1.0.0-beta.72

dist/commands.js

51

package.json
{
"name": "@percy/cli",
"version": "1.0.0-beta.71",
"version": "1.0.0-beta.72",
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/percy/cli",
"directory": "packages/cli"
},
"publishConfig": {
"access": "public"
},
"main": "dist/index.js",
"bin": {

@@ -11,4 +19,3 @@ "percy": "bin/run"

"bin",
"index.js",
"oclif.manifest.json"
"dist"
],

@@ -19,2 +26,3 @@ "engines": {

"scripts": {
"build": "node ../../scripts/build",
"lint": "eslint --ignore-path ../../.gitignore .",

@@ -24,30 +32,13 @@ "test": "node ../../scripts/test",

},
"publishConfig": {
"access": "public"
},
"oclif": {
"bin": "percy",
"plugins": [
"@percy/cli-config",
"@percy/cli-exec",
"@percy/cli-build",
"@percy/cli-snapshot",
"@percy/cli-upload",
"@oclif/plugin-help"
]
},
"dependencies": {
"@oclif/plugin-help": "^3.2.0",
"@percy/cli-build": "1.0.0-beta.71",
"@percy/cli-config": "1.0.0-beta.71",
"@percy/cli-exec": "1.0.0-beta.71",
"@percy/cli-snapshot": "1.0.0-beta.71",
"@percy/cli-upload": "1.0.0-beta.71"
"@percy/cli-build": "1.0.0-beta.72",
"@percy/cli-command": "1.0.0-beta.72",
"@percy/cli-config": "1.0.0-beta.72",
"@percy/cli-exec": "1.0.0-beta.72",
"@percy/cli-snapshot": "1.0.0-beta.72",
"@percy/cli-upload": "1.0.0-beta.72",
"@percy/client": "1.0.0-beta.72",
"@percy/logger": "1.0.0-beta.72"
},
"repository": {
"type": "git",
"url": "https://github.com/percy/cli",
"directory": "packages/cli"
},
"gitHead": "364d1df717fb19a26ccb024458df6e78a9c11f99"
"gitHead": "6219287e18a0cacb609d0c2696a5785abc9009b9"
}

@@ -40,2 +40,3 @@ # Percy CLI

- [`@percy/sdk-utils`](./packages/sdk-utils#readme) - shared helpers for JavaScript SDKs
- [`@percy/cli-command`](./packages/cli-command#readme) - Percy CLI command framework

@@ -60,3 +61,3 @@ ## Issues

- `yarn lint` - lint all packages
- `yarn readme` - generate oclif readme usage
- `yarn readme` - generate cli commands readme usage
- `yarn test` - run all tests, one package after another

@@ -63,0 +64,0 @@ - `yarn test:coverage` - run all tests with coverage, one package after another

Sorry, the diff of this file is not supported yet

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