Gathering detailed insights and metrics for victory
Gathering detailed insights and metrics for victory
Gathering detailed insights and metrics for victory
Gathering detailed insights and metrics for victory
A collection of composable React components for building interactive data visualizations
npm install victory
Typescript
Module System
Node Version
NPM Version
64.1
Supply Chain
87.1
Quality
98.9
Maintenance
100
Vulnerability
98.9
License
TypeScript (58.4%)
MDX (29.11%)
JavaScript (12.31%)
CSS (0.18%)
Total Downloads
49,767,038
Last Day
27,833
Last Week
219,268
Last Month
1,013,939
Last Year
11,857,193
11,046 Stars
8,639 Commits
524 Forks
122 Watching
54 Branches
236 Contributors
Minified
Minified + Gzipped
Latest Version
37.3.5
Package Id
victory@37.3.5
Unpacked Size
2.17 MB
Size
383.43 kB
File Count
11
NPM Version
10.8.2
Node Version
18.20.5
Publised On
19 Dec 2024
Cumulative downloads
Total Downloads
Last day
-43.4%
27,833
Compared to previous day
Last week
-15.4%
219,268
Compared to previous week
Last month
0.6%
1,013,939
Compared to previous month
Last year
18.4%
11,857,193
Compared to previous year
27
1
1$ npm install victory --save
1import React, { Component } from "react"; 2import { render } from "react-dom"; 3import { VictoryPie } from "victory"; 4 5class PieChart extends Component { 6 render() { 7 return <VictoryPie />; 8 } 9} 10 11render(<PieChart />, document.getElementById("app"));
VictoryPie
component will be rendered, and you should see:
For detailed documentation and examples please see Victory Documentation
Projects using Victory should also depend on React and prop-types.
Want to use Victory
with React Native? Check out victory-native-xl
If you would like to use this version of Victory
with React Native, you can install the legacy version using the legacy
npm tag. See the available versions in npm.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
30 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10
Reason
no binaries found in the repo
Reason
Found 27/28 approved changesets -- score normalized to 9
Reason
license file detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
32 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-12-23
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More