[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: remove use of deleted `<PackageVulnerabilities>`

-8
-8
app/pages/[...package].vue
··· 820 820 </dl> 821 821 </header> 822 822 823 - <!-- Security vulnerabilities warning --> 824 - <PackageVulnerabilities 825 - v-if="displayVersion" 826 - :package-name="pkg.name" 827 - :version="displayVersion.version" 828 - class="area-vulns" 829 - /> 830 - 831 823 <!-- Binary-only packages: Show only execute command (no install) --> 832 824 <section v-if="isBinaryOnly" aria-labelledby="run-heading" class="area-install scroll-mt-20"> 833 825 <div class="flex flex-wrap items-center justify-between mb-3">