Research
Security News
Kill Switch Hidden in npm Packages Typosquatting Chalk and Chokidar
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
@adobe/generator-aio-app
Advanced tools
A Yeoman generator for Adobe I/O Applications.
This module is used by the Adobe I/O CLI app plugin.
npm install -g @adobe/aio-cli
aio app init
to bootstrap your project's code
aio app add action
to add new actions to an existing app
aio app add web-assets
to add a UI to an existing app
aio app add ci
to add a CI to an existing app
aio app delete action
to delete an existing action
aio app delete web-assets
to delete the app's UI
aio app delete ci
to delete CI from existing app
Contributions are welcomed! Read the Contributing Guide for more information.
Two types of generators can be easily contributed to the project:
action generators, e.g. analytics action generator:
generators/add-action/<generator-name>/index.js
. It is recommended that
the generator extends lib/ActionGenerator.js
that provides a set of helpers.generators/add-action/<generator-name>/templates/
generators/add-action/index.js
to reference the newly added generator in the prompt choices.web assets generators, e.g. experience cloud shell react generator:
generators/add-web-assets/<generator-name>/index.js
.generators/add-web-assets/<generator-name>/templates/
generators/add-web-assets/index.js
to reference the newly added generator in the prompt choices.This project is licensed under the Apache V2 License. See LICENSE for more information.
FAQs
Adobe I/O application yeoman code generator
The npm package @adobe/generator-aio-app receives a total of 2,336 weekly downloads. As such, @adobe/generator-aio-app popularity was classified as popular.
We found that @adobe/generator-aio-app demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.