
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-web-modules
Advanced tools
A Yeoman Generator for creating websites with TypeScript, Sass and ES6 modules
A Yeoman Generator for creating websites with TypeScript, Sass, ESLint, Web Components and JavaScript Modules
First, install Yeoman and generator-web-modules using npm (we assume you have pre-installed node.js).
npm install -g yo generator-web-modules
Then generate your new project:
mkdir my-project
cd my-project
yo web-modules
See my-project/README.md for information on working with your new project.
You can add a new web component any time with the subgenerator. A preceeding path is optional. Element will be appended to the name given so don't include that yourself.
yo web-modules:element [optional/path/to/]todo-panel
ISC © Gary Bortosky
FAQs
A Yeoman Generator for creating websites with TypeScript, Sass and ES6 modules
We found that generator-web-modules demonstrated a not healthy version release cadence and project activity because the last version was released 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.

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.