Gathering detailed insights and metrics for react-native-ant-design-icons-zy
Gathering detailed insights and metrics for react-native-ant-design-icons-zy
npm install react-native-ant-design-icons-zy
Typescript
Module System
Node Version
NPM Version
73
Supply Chain
83.9
Quality
74.8
Maintenance
100
Vulnerability
100
License
TypeScript (99.03%)
JavaScript (0.84%)
Less (0.06%)
HTML (0.04%)
Shell (0.02%)
CSS (0.01%)
EJS (0.01%)
Total Downloads
344
Last Day
2
Last Week
4
Last Month
10
Last Year
55
974 Stars
678 Commits
587 Forks
41 Watching
14 Branches
79 Contributors
Latest Version
0.0.2
Package Id
react-native-ant-design-icons-zy@0.0.2
Unpacked Size
234.09 kB
Size
86.30 kB
File Count
17
NPM Version
6.14.7
Node Version
12.16.1
Cumulative downloads
Total Downloads
Last day
0%
2
Compared to previous day
Last week
0%
4
Compared to previous week
Last month
42.9%
10
Compared to previous month
Last year
-23.6%
55
Compared to previous year
1yarn add @ant-design/icons-react-native
1react-native link @ant-design/icons-react-native
will copy fonts to ios
and android
assets folder.
After linking succeeded you need run your app from xcode
or android studio
or start it from terminal react-native run-ios
or react-native run-android
1import { IconFill, IconOutline } from "@ant-design/icons-react-native";
After that, you can use antd icons in your React components as simply as this:
1<IconFill name="account-book" /> 2<IconOutline name="account-book" />
1interface IconFillProps extends TextProps { 2 name: FillGlyphMapType; 3 size?: number; 4 color?: string; 5}
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
no binaries found in the repo
Reason
Found 16/30 approved changesets -- score normalized to 5
Reason
6 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
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