Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@bizcharts/area-gradient-color
Advanced tools
bizcharts 区块介绍
给个预览图
具体开发流程顺序如下
fie start
fie build
发布日常
fie publish d
发布线上
fie publish
只发布 npm 包
fie publish package
.
├── 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
Bizcharts basic charts
We found that @bizcharts/area-gradient-color 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.