
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
livecharts
Advanced tools
Real-time animated charts. Canvas engine with framework bindings.
npm install livecharts
# peer: react >= 18 (for livecharts/react)
import { LiveChart } from "livecharts/react";
import type { LiveChartPoint } from "livecharts/react";
function Chart({ data, value }: { data: LiveChartPoint[]; value: number }) {
return (
<div style={{ height: 200 }}>
<LiveChart data={data} value={value} />
</div>
);
}
import { LiveChartEngine, resolveTheme } from "livecharts";
Import helpers from the dedicated entry when no chart runtime is needed:
import { aggregateCandles, createWalker } from "livecharts/data";
The root livecharts entry continues to export these helpers for backward
compatibility.
| Package | Role |
|---|---|
@livecharts/core | Canvas engine — no React |
@livecharts/react | <LiveChart /> wrapper |
livecharts | Published npm package (bundles the above) |
MIT. Chart engine based on Liveline by Benji Taylor (MIT).
FAQs
Real-time animated canvas charts — framework-agnostic engine with bindings
The npm package livecharts receives a total of 13 weekly downloads. As such, livecharts popularity was classified as not popular.
We found that livecharts demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.