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.
1 parent e0d8779 commit 78c7afbCopy full SHA for 78c7afb
app/pages/search.vue
@@ -73,7 +73,7 @@ const { settings } = useSettings()
73
74
/**
75
* Reorder results to put exact package name match at the top,
76
- * and optionally filter out platform-specific packages.
+ * and optionally filter out platform-specific packages or security holding packages.
77
*/
78
const visibleResults = computed(() => {
79
const raw = rawVisibleResults.value
0 commit comments