
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
generator-kiwiplugin
Advanced tools
To learn what yeoman is go here: Yeoman generator
The Kiwi.js Plugins Yeoman Generator lets you easily create a blank plugin for Kiwi.js from a template. It sets up the folder structure and all the files you need to get going.
You'll need to install node.js. Make sure you have git installed and referenced in your path.
To install the kiwi.js plugins generator
$ npm install -g generator-kiwiplugin
You're now ready to start generating game templates.
1 Create a folder for your plugin and navigate into that folder
2 Initiate the generator
$ yo kiwiplugin
3 Answer the questions that Yeoman asks you.
4 Wait for Yeoman to install your plugin.
5 Run grunt to build your plugin
$ grunt
6 Optionally you can the following to start a server on localhost:9000 which defaults to the plugin root
$ grunt serve
FAQs
Yeoman generator for Kiwi.js plugins
We found that generator-kiwiplugin 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.