
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
charts-core
Advanced tools
npm i charts-core
Don't forget to connect CSS styles to the project. Project styles should be connected later and have priority for convenient override.
import 'charts-core/style.css'
See full Line chart documentation
// to create new instance of chart
const chart = createLineChart('#line-chart', {
chartId: 'some-chart',
data: [
{ date: '2025-02-02T00:00:00.000Z', value: 2800 },
{ date: '2025-02-16T00:00:00.000Z', value: 2970 },
{ date: '2025-03-02T00:00:00.000Z', value: 4120 },
{ date: '2025-03-16T00:00:00.000Z', value: 4260 },
{ date: '2025-04-02T00:00:00.000Z', value: 4120 },
],
config: {
margin: {
right: 50,
},
yAxis: {
customTicks: true,
ticks: [8, 'd'],
},
},
})
// to update it
chart.update({
data: newData,
config: {
theme: 'dark',
},
})
// or destroy
chart.destroy()
FAQs
## Installation
The npm package charts-core receives a total of 54 weekly downloads. As such, charts-core popularity was classified as not popular.
We found that charts-core demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.