
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
lovely-chart
Advanced tools
🏆 A [Telegram Chart Contest 2019](https://contest.dev/chart-js) award winning library.
🏆 A Telegram Chart Contest 2019 award winning library.
mobile friendly
, high performance
, extra lightweight
, zero dependency
, production ready
, open source
https://ajaxy.github.io/lovely-chart/
import * as LovelyChart from 'lovely-chart';
import '~/lovely-chart/dist/LovelyChart.css';
LovelyChart.create(container, data);
LovelyChart.create
container
— DOM Node in which the chart is rendered. The chart layout resizes automatically to occupy the entire available width.data
— Parameters for a chart.Parameter | Description |
---|---|
title | Chart headline |
type | Chart type. Supported types: line , area , bar , pie |
labels | Array of UNIX timestamps in milliseconds |
datasets | Array of params for each dataset |
datasets[*].name | Dataset name |
datasets[*].color | Dataset color |
datasets[*].values | Array of dataset values |
isPercentage | true for percentage based values |
isStacked | true for values stacking on top of each other |
hasSecondYAxis | true for charts with 2 Y axes |
onZoom | Optional function which returns Promise with data for the zoomed chart (new data object) |
FAQs
🏆 A [Telegram Chart Contest 2019](https://contest.dev/chart-js) award winning library.
The npm package lovely-chart receives a total of 8 weekly downloads. As such, lovely-chart popularity was classified as not popular.
We found that lovely-chart 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.