Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
@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 179 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.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.