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.
@bizcharts/area-map
Advanced tools
分地区地图
具体开发流程顺序如下
fie start
fie build
发布日常
fie publish d
发布线上
fie publish
只发布 npm 包
fie publish package
同步到 fusion market
// 当未输入fusion的token时,会提示输入token
fie sync d // 同步到 fusion market 的日常环境
fie sync o // 同步到 fusion market 的线上环境
// 清除本地的 fusion market 的 token信息
fie sync clear
.
├── README.md
├── index.html
├── demo // 本地调试目录
├── lib // babel 编译 src 后输出的目录
├── db.json // 给 ice 打包用的,开发者无需关心
├── package.json
├── src // 源代码
└── webpack.config.js // webpack 配置
需要手动填写的参数(package.json 和 db.json 中都需要填,并保持一致):
"categories": [
"bizcharts",
"其他图表"
],
1.只有 fie publish d
不会发布 npm 包,其他的 fie publish xxx
都会发布 npm 包。
2.由于 npm 包需要被外网用户下载,所以发到的是 公共 registry。因此,需要你本地登录了 npm 账号,可以使用 npm whoami
来查看当前登录的账号,没登录的话,使用 npm login
登录。没 npm 账号的点 这里 申请,另外只有验证过邮箱的 npm 账号才能发包。
3.bizcharts 物料包 name
统一为 @bizcharts/xxx,npm 没加入 scope 组的,请联系@昔夜。
由于区块会被应用引用,所以必须做到开箱即用,无需做额外的配置,因此,在区块样式这块使用的是 React inline style 方案。当然,如果你觉得直接写 style 有部分限制的话,你可以使用 Radium 方案。
FAQs
The npm package @bizcharts/area-map receives a total of 3 weekly downloads. As such, @bizcharts/area-map popularity was classified as not popular.
We found that @bizcharts/area-map demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 open source maintainers 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.