
Research
Shai-Hulud Descends to Hades: Miasma Worm Campaign Spreads with New PyPI Wave
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.
:chicken: Regularjs + Echarts
npm install rg-echarts --save-dev
<chart ref="c1" option="{option}" config="{config}" class="col-md-5 echarts"></chart>
this.data.config = {
// 主题设置
theme: 'dark',
// 事件设置
event : {
click : action
},
// 数据区间开关
dataZoom : true,
// 右上角工具栏开关
toolbox : true,
// 组件标识唯一id
name: 'chart1',
// 指定联动的组件,通过唯一标识来指定
link : 'chart2'
}
this.data.option = {
title: {
text: 'ECharts 入门示例'
},
tooltip: {},
legend: {
data: ['销量']
},
xAxis: {
data: ["衬衫", "羊毛衫", "雪纺衫", "裤子", "高跟鞋", "袜子"]
},
yAxis: {},
series: [{
name: '销量',
type: 'bar',
data: [5, 20, 36, 10, 10, 20]
}]
}
BTW: 更多使用请详细参考example的示例。
略
btw: 注意必须加apm-ui作为依赖,否则tips无法正常运行。
注: 涉及变动较多,详细查看example.
FAQs
> :chicken: Regularjs + Echarts
The npm package rg-echarts receives a total of 6 weekly downloads. As such, rg-echarts popularity was classified as not popular.
We found that rg-echarts 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
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.