
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@pooong/cli
Advanced tools
oclif example Hello World CLI
$ npm install -g @pooong/cli
$ pooong COMMAND
running command...
$ pooong (--version)
@pooong/cli/0.0.3 darwin-arm64 node-v20.2.0
$ pooong --help [COMMAND]
USAGE
$ pooong COMMAND
...
pooong compile ENTRYSay hello
USAGE
$ pooong compile ENTRY [-o <value>]
ARGUMENTS
ENTRY Script entrypoint
FLAGS
-o, --out=<value> path where to write the worker
DESCRIPTION
Say hello
EXAMPLES
$ oex hello friend --from oclif
hello friend from oclif! (./src/commands/hello/index.ts)
See code: dist/commands/compile/index.ts
pooong help [COMMANDS]Display help for pooong.
USAGE
$ pooong help [COMMANDS] [-n]
ARGUMENTS
COMMANDS Command to show help for.
FLAGS
-n, --nested-commands Include all nested commands in the output.
DESCRIPTION
Display help for pooong.
See code: @oclif/plugin-help
pooong register TOKENSay hello
USAGE
$ pooong register TOKEN
ARGUMENTS
TOKEN auth token
DESCRIPTION
Say hello
EXAMPLES
$ oex hello friend --from oclif
hello friend from oclif! (./src/commands/hello/index.ts)
See code: dist/commands/register/index.ts
FAQs
Official command line interface for pooong sass
We found that @pooong/cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.