···9393### Custom badges
94949595You can add custom npmx badges to your markdown files using the following syntax:
9696-`[](https://npmx.dev/package/YOUR_PACKAGE)`
97969898-> [!IMPORTANT]
9999-> Make sure to replace `TYPE` with one of the options listed below and `YOUR_PACKAGE` with the actual package name (e.g., `vue`, `lodash`, or `@nuxt/kit`).
9797+```md
9898+[](https://npmx.dev/package/YOUR_PACKAGE)
9999+```
100100+101101+::tip
102102+Make sure to replace `TYPE` with one of the options listed below and `YOUR_PACKAGE` with the actual package name (e.g., `vue`, `lodash`, or `@nuxt/kit`).
103103+::
100104101105#### Available Badge Types
102106103103-- **version**: Shows the latest or specific version of the package. 
104104-- **license**: Displays the package license (e.g., MIT, Apache-2.0). 
105105-- **size**: Shows the install size (via Bundlephobia) or unpacked size. 
106106-- **downloads**: Displays monthly download statistics. 
107107-- **downloads-day**: Displays daily download statistics. 
108108-- **downloads-week**: Displays weekly download statistics. 
109109-- **downloads-month**: Alias for monthly download statistics. 
110110-- **downloads-year**: Displays yearly download statistics. 
111111-- **vulnerabilities**: Shows the number of vulnerabilities found via OSV.  / 
112112-- **dependencies**: Lists the total count of package dependencies. 
113113-- **created**: Displays the date the package was first published. 
114114-- **updated**: Displays the date of the most recent modification. 
115115-- **engines**: Shows the supported Node.js version range. 
116116-- **types**: Indicates if TypeScript types are included.  / 
117117-- **maintainers**: Displays the total count of package maintainers. 
118118-- **deprecated**: Shows if the package is active or deprecated.  / 
119119-- **quality**: NPMS.io quality score based on linting and tests. 
120120-- **popularity**: NPMS.io popularity score based on downloads and stars. 
121121-- **maintenance**: NPMS.io maintenance score based on activity. 
122122-- **score**: The overall NPMS.io combined score. 
123123-- **name**: Simple badge displaying the package name. 
107107+- **version**: Shows the latest or specific version of the package. :img{src="https://img.shields.io/badge/%233b82f6-3b82f6" class="inline align-middle h-5 w-14"}
108108+- **license**: Displays the package license (e.g., MIT, Apache-2.0). :img{src="https://img.shields.io/badge/%2322c55e-22c55e" class="inline align-middle h-5 w-14"}
109109+- **size**: Shows the install size (via Bundlephobia) or unpacked size. :img{src="https://img.shields.io/badge/%23a855f7-a855f7" class="inline align-middle h-5 w-14"}
110110+- **downloads**: Displays monthly download statistics. :img{src="https://img.shields.io/badge/%23f97316-f97316" class="inline align-middle h-5 w-14"}
111111+- **downloads-day**: Displays daily download statistics. :img{src="https://img.shields.io/badge/%23f97316-f97316" class="inline align-middle h-5 w-14"}
112112+- **downloads-week**: Displays weekly download statistics. :img{src="https://img.shields.io/badge/%23f97316-f97316" class="inline align-middle h-5 w-14"}
113113+- **downloads-month**: Alias for monthly download statistics. :img{src="https://img.shields.io/badge/%23f97316-f97316" class="inline align-middle h-5 w-14"}
114114+- **downloads-year**: Displays yearly download statistics. :img{src="https://img.shields.io/badge/%23f97316-f97316" class="inline align-middle h-5 w-14"}
115115+- **vulnerabilities**: Shows the number of vulnerabilities found via OSV. :img{src="https://img.shields.io/badge/%2322c55e-22c55e" class="inline align-middle h-5 w-14"} / :img{src="https://img.shields.io/badge/%23ef4444-ef4444" class="inline align-middle h-5 w-14"}
116116+- **dependencies**: Lists the total count of package dependencies. :img{src="https://img.shields.io/badge/%2306b6d4-06b6d4" class="inline align-middle h-5 w-14"}
117117+- **created**: Displays the date the package was first published. :img{src="https://img.shields.io/badge/%2364748b-64748b" class="inline align-middle h-5 w-14"}
118118+- **updated**: Displays the date of the most recent modification. :img{src="https://img.shields.io/badge/%2364748b-64748b" class="inline align-middle h-5 w-14"}
119119+- **engines**: Shows the supported Node.js version range. :img{src="https://img.shields.io/badge/%23eab308-eab308" class="inline align-middle h-5 w-14"}
120120+- **types**: Indicates if TypeScript types are included. :img{src="https://img.shields.io/badge/%233b82f6-3b82f6" class="inline align-middle h-5 w-14"} / :img{src="https://img.shields.io/badge/%2364748b-64748b" class="inline align-middle h-5 w-14"}
121121+- **maintainers**: Displays the total count of package maintainers. :img{src="https://img.shields.io/badge/%2306b6d4-06b6d4" class="inline align-middle h-5 w-14"}
122122+- **deprecated**: Shows if the package is active or deprecated. :img{src="https://img.shields.io/badge/%2322c55e-22c55e" class="inline align-middle h-5 w-14"} / :img{src="https://img.shields.io/badge/%23ef4444-ef4444" class="inline align-middle h-5 w-14"}
123123+- **quality**: NPMS.io quality score based on linting and tests. :img{src="https://img.shields.io/badge/%23a855f7-a855f7" class="inline align-middle h-5 w-14"}
124124+- **popularity**: NPMS.io popularity score based on downloads and stars. :img{src="https://img.shields.io/badge/%2306b6d4-06b6d4" class="inline align-middle h-5 w-14"}
125125+- **maintenance**: NPMS.io maintenance score based on activity. :img{src="https://img.shields.io/badge/%23eab308-eab308" class="inline align-middle h-5 w-14"}
126126+- **score**: The overall NPMS.io combined score. :img{src="https://img.shields.io/badge/%233b82f6-3b82f6" class="inline align-middle h-5 w-14"}
127127+- **name**: Simple badge displaying the package name. :img{src="https://img.shields.io/badge/%2364748b-64748b" class="inline align-middle h-5 w-14"}
124128125129#### Examples
126130127127-```markdown
131131+```md
128132# Version Badge
129133130134[](https://npmx.dev/package/nuxt)