We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
<PackageVulnerabilities>
1 parent 93c6e05 commit bb5e5c1Copy full SHA for bb5e5c1
1 file changed
app/pages/[...package].vue
@@ -820,14 +820,6 @@ defineOgImageComponent('Package', {
820
</dl>
821
</header>
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
<!-- Binary-only packages: Show only execute command (no install) -->
832
<section v-if="isBinaryOnly" aria-labelledby="run-heading" class="area-install scroll-mt-20">
833
<div class="flex flex-wrap items-center justify-between mb-3">
0 commit comments