
Research
/Security News
11 Malicious NuGet Tools Pose as Game Cheats to Drop a Windows Host-Surveillance Payload
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.
web-project-build
Advanced tools
前端工程化脚手架-用于项目打包及构建等,提升研发效率,简化复杂流程。解决大前端团队底层工具链路的统一问题。
graph LR
A[大前端]--> App
App-->ReactNative,Hybrid
A--> 小程序
小程序--> WeChat,Taro,Uni-app
A--> Web
Web-->移动端
Web-->PC端
Web-->微前端
A-->组件库
组件库-->Vue
组件库-->React
脚手架提供:
web-project-build 项目负责启动及项目打包工作。
Install NPM packages
npm install web-project-build -g
web-project-build start
web-project-build build
参数:
config 文件 wpb-config.js
export default {
// 入口文件
entry: 'src/index.js',
// 自定义插件
plugins: function () {
return [
// 1. [插件路径,参数]
['.ugins/cli-build-plugin.js', { a: 1, b: 2 }],
//2. 直接定义插件方法
function (api, options) {
console.log('this is anonymous plugin', options)
}
]
},
// 自定义 Hooks 钩子
hooks: [
[
'start',
(context) => {
console.log('start', context)
}
],
[
'plugin',
(context) => {
console.log('testHook', context.webpackConfig?.toConfig())
}
]
]
}
FAQs
前端工程化脚手架-用于项目构建和打包
The npm package web-project-build receives a total of 2 weekly downloads. As such, web-project-build popularity was classified as not popular.
We found that web-project-build 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
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.

Research
/Security News
4 compromised asyncapi packages deliver miasma botnet loader on macOS, Linux and Windows.

Research
/Security News
A compromised jscrambler npm release added a malicious preinstall hook that runs hidden native binaries on Linux, macOS, and Windows.