Socket
Socket
Sign inDemoInstall

@percy/cli-exec

Package Overview
Dependencies
Maintainers
1
Versions
237
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@percy/cli-exec - npm Package Compare versions

Comparing version 1.28.1-beta.0 to 1.28.1-beta.1

5

dist/exec.js

@@ -6,2 +6,3 @@ import command from '@percy/cli-command';

import { getPackageJSON } from '@percy/cli-command/utils';
import { waitForTimeout } from '@percy/client/utils';
const pkg = getPackageJSON(import.meta.url);

@@ -102,2 +103,6 @@ export const exec = command('exec', {

if (status) exit(status, error);
// force exit post timeout
await waitForTimeout(10000);
process.exit(status);
});

@@ -104,0 +109,0 @@

6

package.json
{
"name": "@percy/cli-exec",
"version": "1.28.1-beta.0",
"version": "1.28.1-beta.1",
"license": "MIT",

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

"dependencies": {
"@percy/cli-command": "1.28.1-beta.0",
"@percy/cli-command": "1.28.1-beta.1",
"cross-spawn": "^7.0.3",
"which": "^2.0.2"
},
"gitHead": "648f81742ebf8c6f29ccdfdff77df124e4e1668d"
"gitHead": "d423bf3f6b26eaba752470121cafb2ad03317b4d"
}
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