
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
@voya-kit/vite-config
Advanced tools
{
"dependencies": {
"vite": "^4.4.0"
}
}
@voya-kit/vite-config 是Vite配套的配置、工具与插件集合,主要为了简化配置流程,提升开发体验。本项目分为三大核心部分:config、plugin 和 util。
安装: 通过 npm 将本项目加入到你的依赖中。
npm install @voya-kit/vite-config --save-dev
配置引入: 在你的 vite.config.js 中引入相应的配置和插件,根据项目需求自由组合。
import { defineApplicationConfig } from '@voya-kit/vite-config';
export default defineApplicationConfig({
overrides: {
...
},
});
FAQs
Voya vite config
The npm package @voya-kit/vite-config receives a total of 8 weekly downloads. As such, @voya-kit/vite-config popularity was classified as not popular.
We found that @voya-kit/vite-config 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.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.