Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
victory-line
Advanced tools
VictoryLine creates a line from data. VictoryLine is a composable component, so it does not include an axis. Check out VictoryChart for easy to use bar charts and more.
Detailed documentation and interactive examples can be found at http://github.com/formidablelabs/victory-chart
This project is in a pre-release state. We're hard at work fixing bugs and improving the API. Be prepared for breaking changes!
Please see DEVELOPMENT
Please see CONTRIBUTING
0.7.0 (2016-05-13)
improves consistency for labelComponent
and dataComponent
props. Replaces a custom label components with VictoryLabel
to make the api more consistent and predictable. This is a breaking change for custom label components, as VictoryLabel
expects a different set of props than the previous label components. See VictoryLabel for more detail.
Custom components are now supported for all rendered axis elements (axis, axisLabel, grid, ticks, tickLabels)
All data and label components now have access to scale so that they can create correctly scaled elements from data i.e. error bars.
Functional styles and props are now all evaluated before they are passed as props to labelComponent
or dataComponent
, so that custom components will have access to the final values.
events are bound and partially applied prior to being passed as props to labelComponent
or dataComponent
it is now possible to specify angle
and verticalAnchor
props forVictoryLabel
via the style object
event return values are stored differently on state to facilitate interaction between data and labels. This is a breaking change for events as event handlers must now return an object with data
and/or labels
keys so that these values may be applied appropriately to data and label elements respectively.
FAQs
Line Component for Victory
The npm package victory-line receives a total of 242,086 weekly downloads. As such, victory-line popularity was classified as popular.
We found that victory-line demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 21 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
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.