
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.
generator-webpack-browser-lib
Advanced tools
可以快速生成一个webpack项目,主要针对浏览器端公用组件项目。目前集成了karma进行单元测试。
generator-webpack-browser-lib 是基于yeoman的一个插件,所以需要先安装yeoman:
$ npm install -g yo
然后安装本插件:
$ npm install -g generator-webpack-browser-lib
在目标目录下执行命令,生成项目文件
$ yo webpack-browser-lib
然后安装依赖
$ npm install
启动开发服务器,编写demo
$ npm run demo
打包 (打包后的文件以commonjs的形式对外提供服务)
$ npm run build
运行单元测试
$ npm run test
FAQs
可以快速生成一个webpack项目,主要针对浏览器端公用组件项目。目前集成了karma进行单元测试。
The npm package generator-webpack-browser-lib receives a total of 1 weekly downloads. As such, generator-webpack-browser-lib popularity was classified as not popular.
We found that generator-webpack-browser-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
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.