
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
@strapi/sdk-plugin
Advanced tools
sdk-plugin is a set of command line utilities for developing a Strapi plugin
If you're setting up a brand new plugin we recommend you use the init command to get started:
npx @strapi/sdk-plugin@latest init my-plugin
That will create a directory with all your plugin project files.
Once your project has been installed, several commands are available to you.
All of the following comands have the following options available:
-- -d, --debug – Enable debugging mode with verbose logs (default: false)
-- --silent – Don't log anything (default: false)
-- -h, --help – Display help for command
init [path]Creates a new plugin at the given path.
buildBuilds your current package based on the configuration in your package.json.
--minify – minifies the output (default false).--sourcemap – generates sourcemaps for the output (default true).yarn run build
watchWatch & compile your strapi plugin for local development.
yarn run watch
watch:linkRecompiles your plugin automatically on changes and runs yalc push --publish
yarn run watch:link
verifyVerifies the output of your plugin before publishing it
yarn run verify
FAQs
Simple tools for developing Strapi plugins
The npm package @strapi/sdk-plugin receives a total of 15,876 weekly downloads. As such, @strapi/sdk-plugin popularity was classified as popular.
We found that @strapi/sdk-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 8 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
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.