
Security News
/Research
Popular node-ipc npm Package Infected with Credential Stealer
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.
@vercel/cli-exec
Advanced tools
@vercel/cli-execHelpers for locating and executing the Vercel CLI from other Node packages.
findVercelCli(options?)Resolves the Vercel CLI executable without running it.
node_modules/.bin/vercelPATHnull when no usable CLI installation is foundexecVercelCli(args, options?)Resolves and runs the Vercel CLI, returning:
stdoutstderrinvocationIt preserves access to local node_modules/.bin entries and Node itself even
when the caller passes a sanitized PATH.
clearVercelCliCache()Clears cached CLI lookups. Use this when a long-lived process needs to pick up an install or uninstall that happened after an earlier resolution attempt.
VercelCliErrorThrown when resolution or execution fails. The code field is one of:
VERCEL_CLI_INVALID_CWDVERCEL_CLI_NOT_FOUNDVERCEL_CLI_PERMISSION_DENIEDVERCEL_CLI_ERROREDVERCEL_CLI_TIMED_OUTVERCEL_CLI_CANCELEDVERCEL_CLI_SIGNALEDVERCEL_CLI_EXEC_FAILEDAvailable fields:
message: human-readable error messagecode: stable machine-readable error codeinvocation: resolved CLI command metadata when a command was selectedstdout: captured standard output when the child process produced outputstderr: captured standard error when the child process produced outputexitCode: numeric exit code for non-zero process exitscause: original underlying error when availableFAQs
Helpers for locating and executing the Vercel CLI
We found that @vercel/cli-exec demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 378 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
/Research
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.

Security News
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.

Security News
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.