Skip to content

Commit 0171632

Browse files
authored
feat: add link to socket.dev
1 parent 1d1f450 commit 0171632

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

app/components/Package/ExternalLinks.vue

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,14 @@ const repoProviderIcon = computed((): IconClass => {
7474
{{ $t('package.links.issues') }}
7575
</LinkBase>
7676
</li>
77+
<li>
78+
<LinkBase
79+
:to="`https://socket.dev/npm/package/${pkg.name}`"
80+
:title="$t('common.view_on.socket_dev')"
81+
>
82+
socket.dev
83+
</LinkBase>
84+
</li>
7785
<li>
7886
<LinkBase
7987
:to="`https://www.npmjs.com/package/${pkg.name}`"

0 commit comments

Comments
 (0)