Skip to content

Commit 6eec736

Browse files
committed
feat: add link to socket.dev
1 parent 15b53bf commit 6eec736

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
@@ -173,6 +173,14 @@ useCommandPaletteContextCommands(
173173
{{ $t('package.links.issues') }}
174174
</LinkBase>
175175
</li>
176+
<li>
177+
<LinkBase
178+
:to="`https://socket.dev/npm/package/${pkg.name}`"
179+
:title="$t('common.view_on.socket_dev')"
180+
>
181+
socket.dev
182+
</LinkBase>
183+
</li>
176184
<li>
177185
<LinkBase
178186
:to="`https://www.npmjs.com/package/${pkg.name}`"

0 commit comments

Comments
 (0)