Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@mrtujiawei/scripts
Advanced tools
t-scripts start
在当前目录开启服务
t-scripts build
打包当前目录下的项目
t-scripts build --lib
打包当前目录下的库
入口文件: src/index
静态目录: public
页面模板: public/index.html
输出目录: dist/
打包相关的配置
package.json
中"#buildConfig"
{
"#buildConfig": {
// 打包模式 默认 development
"mode": "development",
// 库名 打包库时必传
"libName": "libName",
// 输出目录 默认dist
"outputPath": "dist"
}
}
postcss
babel
相关的转换配置
package.json
中 "browserslist"
{
"browserslist": {
"development": ["last 1 version"],
"production": ["> 0.1%"]
}
}
FAQs
The npm package @mrtujiawei/scripts receives a total of 4 weekly downloads. As such, @mrtujiawei/scripts popularity was classified as not popular.
We found that @mrtujiawei/scripts 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.