
Security News
Packagist Urges Immediate Composer Update After GitHub Actions Token Leak
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.
@oclif/plugin-which
Advanced tools
find which plugin a command is in
$ npm install -g @oclif/plugin-which
$ oclif-example COMMAND
running command...
$ oclif-example (--version)
@oclif/plugin-which/3.2.52 linux-x64 node-v24.14.1
$ oclif-example --help [COMMAND]
USAGE
$ oclif-example COMMAND
...
oclif-example whichShow which plugin a command is in.
USAGE
$ oclif-example which [--json]
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
Show which plugin a command is in.
EXAMPLES
See which plugin the `help` command is in:
$ oclif-example which help
Use colon separators.
$ oclif-example which foo:bar:baz
Use spaces as separators.
$ oclif-example which foo bar baz
Wrap command in quotes to use spaces as separators.
$ oclif-example which "foo bar baz"
See code: src/commands/which.ts
The 'which' package is a standalone utility for finding the path of an executable in the system's PATH. It is similar to @oclif/plugin-which but is not specific to the Oclif framework. It can be used in any Node.js application to locate executables.
The 'command-exists' package checks if a command-line command exists in the system's PATH. It is similar to @oclif/plugin-which in that it helps locate commands, but it focuses on checking the existence of commands rather than providing their paths.
FAQs
find which plugin a command is in
The npm package @oclif/plugin-which receives a total of 234,160 weekly downloads. As such, @oclif/plugin-which popularity was classified as popular.
We found that @oclif/plugin-which demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.

Research
GemStuffer abuses RubyGems as an exfiltration channel, packaging scraped UK council portal data into junk gems published from new accounts.

Company News
Socket was named to the Rising in Cyber 2026 list, recognizing 30 private cybersecurity startups selected by CISOs and security executives.