
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.
create-kiva
Advanced tools
kiva模板创建工具
npm install create-kiva -g
create-kiva i <模板名称>
. 符号,发布时会被文件系统忽略,模板安装时自动添加<自定义名称>-kiva| 名称 | 介绍 | kiva构建 | 类似模板 |
|---|---|---|---|
| basic-kiva | 基础规范集成模板 | npx create-kiva i basic-kiva | npx create-html5-boilerplate ./app |
| electron-kiva | 桌面应用开发基础模板 | npx create-kiva i basic-kiva | git clone https://github.com/electron/electron-quick-start |
| node-kiva | nodeJS应用程序开发模板 | npx create-kiva i node-kiva | null |
| express-kiva | express服务端开发模板 | npx create-kiva i express-kiva | npx express-generator ./app |
| react-huge-kiva | react演示专用,重量级集成模板 | npx create-kiva i react-huge-kiva | npx create-react-app ./app |
| react-kiva | react前端浏览器项目基础模板 | npx create-kiva i react-kiva | npx create-react-app ./app |
| react-mobile-kiva | react移动端项目模板 | npx create-kiva i react-mobile-kiva | npx create-react-app ./app |
| react-native-kiva | react开发原生APP项目模板 | npx create-kiva i react-native-kiva | npx react-native init ./app |
| react-ssr-kiva | react服务端渲染(SSR)基础模板 | npx create-kiva i react-ssr-kiva | null |
| react-umi-kiva | 基于umiJS的react前端模板 | npx create-kiva i react-umi-kiva | npx @umijs/create-umi-app |
| vue-kiva | Vue前端浏览器项目基础模板 | npx create-kiva i vue-kiva | npx @vue/cli create ./app |
| vue3-kiva | Vue3前端浏览器项目基础模板 | npx create-kiva i vue3-kiva | npx @vue/cli@next create ./app |
FAQs
Create Kiva apps with no build configuration.
We found that create-kiva 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.