
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
@wpackio/cli
Advanced tools
Commandline tool to quickly bootstrap wpackio-scripts to your project.
@wpackio/cli
A cli tooling intended to be used with npx
to quickly add needed dependencies
to your WordPress theme/plugin project.
For more information, check our website wpack.io.
If using yarn
yarn global add @wpackio/cli
or with npm
npm i -g @wpackio/cli
It creates a wpackio-cli
binary to your system. Run it with
wpackio-cli --client yarn
NOTE: This is not intended to be used locally, rather globally or with
npx
. See usage instruction below.
To add @wpackio/scripts
dependency to your project, run this tool.
npx @wpackio/cli
Specify which npm client you want to use, yarn
or npm
.
It tries to detect automatically, if yarn.lock
file is present in the directory.
But it can be overridden with -c
.
npx @wpackio/cli --client yarn
This package has the same npm scripts
as this monorepo. These should be run
using lerna run <script>
. More information can be found under CONTRIBUTION.md.
build
: Use babel to build for nodejs 8.6+. Files inside src
are compiled and put under lib
. All type definitions are stripped and individual type declaration files are created.prepare
: Run build
after yarn
and before publish
.lint
: Lint all files using eslint.test
: Run tests on files using jest.FAQs
Commandline tool to quickly bootstrap wpackio-scripts to your project.
We found that @wpackio/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
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.