Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@jimengio/echarts-autofit
Advanced tools
A React wrapper over ECharts.
Demo http://fe.jimu.io/echarts-autofit/
Notice, create a container element to define the width/height for the chart!
import EChartAutofit from "@jimengio/echarts-autofit";
<div className={styleArea}>
<EChartAutofit options={chartOptions} />
</div>;
let styleArea = css`
margin-top: 100px;
width: 80%;
height: 400px;
background-color: hsl(200, 70%, 50%, 0.1);
`;
SVG renderer:
<JMEChart className={height100Percent} options={this.getChartOption()} renderer="svg" />
Bind events:
<JMEChart options={this.options} events={{ click: this.onChartClick }} />
Do something when chart instance is ready:
<JMEChart options={this.getOptions()} onReady={this.onReady} />;
onReady = (chart: ECharts) => {
this.chart = chart;
};
https://github.com/jimengio/ts-workflow
MIT
FAQs
> A React wrapper over ECharts.
The npm package @jimengio/echarts-autofit receives a total of 1 weekly downloads. As such, @jimengio/echarts-autofit popularity was classified as not popular.
We found that @jimengio/echarts-autofit demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.