
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.
@fluid-topics/ft-chart
Advanced tools
A chart component.
npm install @fluid-topics/ft-chart
yarn add @fluid-topics/ft-chart
import { html } from "lit"
import "@fluid-topics/ft-chart"
function render() {
return html` <ft-chart
xAxisName="date"
yAxisName="items"
valueLabels="['items', 'errors']",
valueSingular="['item', 'error']",
barChart
period="DAY"
data="[[1643673600, 120, 1], [1643760000, 1, 32], [1643846400, 150, 42],
[1643932800, 80, 61], [1644019200, 70, 69], [1644105600, 110, 98],
[1644192000, 130, 123]]" >
</ft-chart> `
}
FAQs
Display charts from data
The npm package @fluid-topics/ft-chart receives a total of 577 weekly downloads. As such, @fluid-topics/ft-chart popularity was classified as not popular.
We found that @fluid-topics/ft-chart 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.