File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<script setup lang="ts">
22import { debounce } from ' perfect-debounce'
33import { SHOWCASED_FRAMEWORKS } from ' ~/utils/frameworks'
4- import {
5- getHighestSeverity ,
6- SEVERITY_COLORS ,
7- SEVERITY_TEXT_COLORS ,
8- } from ' #shared/utils/severity.ts'
94
105const searchQuery = shallowRef (' ' )
116const searchInputRef = useTemplateRef (' searchInputRef' )
@@ -66,57 +61,6 @@ defineOgImageComponent('Default', {
6661 >
6762 {{ $t('tagline') }}
6863 </p >
69-
70- <LinkBase
71- to =" #"
72- class =" shrink-0"
73- :class =" SEVERITY_TEXT_COLORS.critical"
74- title =" arrgggg"
75- classicon =" i-carbon:security"
76- >
77- <span >{{ $t('package.dependencies.view_vulnerabilities') }}</span >
78- </LinkBase >
79-
80- <LinkBase
81- to =" #"
82- class =" shrink-0"
83- :class =" SEVERITY_TEXT_COLORS.high"
84- title =" arrgggg"
85- classicon =" i-carbon:security"
86- >
87- <span >{{ $t('package.dependencies.view_vulnerabilities') }}</span >
88- </LinkBase >
89-
90- <LinkBase
91- to =" #"
92- class =" shrink-0"
93- :class =" SEVERITY_TEXT_COLORS.moderate"
94- title =" arrgggg"
95- classicon =" i-carbon:security"
96- >
97- <span >{{ $t('package.dependencies.view_vulnerabilities') }}</span >
98- </LinkBase >
99-
100- <LinkBase
101- to =" #"
102- class =" shrink-0"
103- :class =" SEVERITY_TEXT_COLORS.low"
104- title =" arrgggg"
105- classicon =" i-carbon:security"
106- >
107- <span >{{ $t('package.dependencies.view_vulnerabilities') }}</span >
108- </LinkBase >
109-
110- <LinkBase
111- to =" #"
112- class =" shrink-0"
113- :class =" SEVERITY_TEXT_COLORS.unknown"
114- title =" arrgggg"
115- classicon =" i-carbon:security"
116- >
117- <span >{{ $t('package.dependencies.view_vulnerabilities') }}</span >
118- </LinkBase >
119-
12064 <search
12165 class =" w-full max-w-xl motion-safe:animate-slide-up motion-safe:animate-fill-both"
12266 style =" animation-delay : 0.2s "
You can’t perform that action at this time.
0 commit comments