
Research
/Security News
Laravel Lang Compromised with RCE Backdoor Across 700+ Versions
Laravel Lang packages were compromised with an RCE backdoor across hundreds of versions, exposing cloud, CI/CD, and developer secrets.
基于vue+webpack+npm搭建个人组件库
YXT-UI 是一款基于 Vue.js 2.0 的企业前端 UI 组件库,测试地址
# 安装依赖包
npm install
# 启动项目(serve with hot reload at) localhost:8080
npm run dev | npm run start
# 打包本地dist
npm run build
# 单元测试(unit、e2e)
npm run test
# 单元测试(unit)
npm run unit
# 单元测试(e2e)
npm run e2e
# ESLint全局格式化检查
npm run lint
# stylelint全局格式化检查
npm run stylelint
# git标记tag节点进行发布前准备
npm run tag
# npm包打包发布
npm run publish
┏━ build #构建配置
┣━ config #环境变量
┣━ node_modules
┣━ docs ━┳━ assets #静态资源文件
┣ ┣━ components #Markdown项目组件(非对外组件)
┣ ┣━ docs #Markdown文档
┣ ┣━ pages #Markdown项目入口
┣ ┣━ router #Markdown文档路由
┣ ┣━ App.vue
┃ ┗━ main.js
┣━ frameworks
┣━ static
┣━ test
┣━ .babelrc
┣━ .editorconfig
┣━ .eslintignore
┣━ .eslintrc.js
┣━ .gitignore
┣━ .postcssrc.js
┣━ index.html
┣━ package-lock.json
┣━ package.json
┗━ README.md
1、安装vscode 插件 stylelint;
2、vscode setting.json文件中添加以下配置:
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.stylelint": true,
},
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"editor.formatOnSave": true,
"editor.formatOnType": true,
"stylelint.enable": true,
"css.validate": true,
"less.validate": true,
"scss.validate": true,
"eslint.format.enable": true,
"eslint.alwaysShowStatus": true,
"eslint.codeAction.showDocumentation": {
"enable": true
},
FAQs
The npm package xiuu-lib receives a total of 57 weekly downloads. As such, xiuu-lib popularity was classified as not popular.
We found that xiuu-lib 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.

Research
/Security News
Laravel Lang packages were compromised with an RCE backdoor across hundreds of versions, exposing cloud, CI/CD, and developer secrets.

Security News
Socket found a malicious postinstall hook across 700+ GitHub repos, including PHP packages on Packagist and Node.js project repositories.

Security News
Vibe coding at scale is reshaping how packages are created, contributed, and selected across the software supply chain