Gathering detailed insights and metrics for aisdash-primereact
Gathering detailed insights and metrics for aisdash-primereact
Gathering detailed insights and metrics for aisdash-primereact
Gathering detailed insights and metrics for aisdash-primereact
npm install aisdash-primereact
Typescript
Module System
Node Version
NPM Version
78.9
Supply Chain
93.2
Quality
75.7
Maintenance
100
Vulnerability
100
License
CSS (59.93%)
JavaScript (39.58%)
SCSS (0.5%)
Total Downloads
14,157
Last Day
8
Last Week
37
Last Month
113
Last Year
951
7,287 Stars
11,052 Commits
1,077 Forks
73 Watching
4 Branches
310 Contributors
Latest Version
2.2.4
Package Id
aisdash-primereact@2.2.4
Unpacked Size
1.92 MB
Size
374.83 kB
File Count
353
NPM Version
6.1.0
Node Version
10.6.0
Cumulative downloads
Total Downloads
Last day
700%
8
Compared to previous day
Last week
1,133.3%
37
Compared to previous week
Last month
-3.4%
113
Compared to previous month
Last year
-48.6%
951
Compared to previous year
31
PrimeReact is a rich set of open source UI Components for React.
See PrimeReact homepage for live showcase and documentation.
PrimeReact is available at npm, if you have an existing application run the following command to download it to your project.
npm install primereact --save
1//import {ComponentName} from 'primereact/components/componentname/componentname'; 2import {Accordion,AccordionTab} from 'primereact/components/accordion/Accordion';
Majority of PrimeReact components (95%) are native and there are some exceptions having 3rd party dependencies such as Google Maps for GMap.
In addition, components require font-awesome for icons, classNames package to manage style classes and react-transition-group for animations.
1dependencies: { 2 "react": "^16.0.0", 3 "react-dom": "^16.0.0", 4 "react-transition-group": "^2.2.1", 5 "font-awesome": "^4.7.0", 6 "classnames": "^2.2.5" 7}
The css dependencies are as follows, note that you may change the theme with another one of your choice.
primereact/resources/themes/omega/theme.css
primereact/resources/primereact.min.css
primereact.min.css is a bundle that contains styles of all components, if you require a style of a specific component import the css from the folder of the component along with the common.css.
primereact/resources/themes/omega/theme.css
primereact/components/common/common.css
primereact/components/autocomplete/AutoComplete.css
If you are using a bundler such as webpack with a css loader you may also import them to your main application component, an example from create-react-app would be.
1import 'primereact/resources/primereact.min.css'; 2import 'primereact/resources/themes/omega/theme.css'; 3import 'font-awesome/css/font-awesome.css';
An example application based on create-react-app is available at github.
Typescript Typescript is fully supported as type definition files are provided in the npm package of PrimeReact. A sample typescript-primereact application is available as well at github.
No vulnerabilities found.
Reason
30 commit(s) and 13 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
4 existing vulnerabilities detected
Details
Reason
Found 15/30 approved changesets -- score normalized to 5
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Score
Last Scanned on 2025-01-27
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