Gathering detailed insights and metrics for @oclif/plugin-which
Gathering detailed insights and metrics for @oclif/plugin-which
Gathering detailed insights and metrics for @oclif/plugin-which
Gathering detailed insights and metrics for @oclif/plugin-which
npm install @oclif/plugin-which
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
6 Stars
848 Commits
3 Watching
14 Branches
13 Contributors
Updated on 24 Nov 2024
TypeScript (87.27%)
JavaScript (10.13%)
Batchfile (2.6%)
Cumulative downloads
Total Downloads
Last day
-9.5%
32,827
Compared to previous day
Last week
-2.9%
189,058
Compared to previous week
Last month
3.8%
830,322
Compared to previous month
Last year
26%
8,549,997
Compared to previous year
2
find which plugin a command is in
1$ npm install -g @oclif/plugin-which 2$ oclif-example COMMAND 3running command... 4$ oclif-example (--version) 5@oclif/plugin-which/3.2.19 linux-x64 node-v18.20.5 6$ oclif-example --help [COMMAND] 7USAGE 8 $ oclif-example COMMAND 9...
oclif-example which
Show 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
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
Found 0/5 approved changesets -- score normalized to 0
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2024-11-18
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More