Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions app/components/Package/ExternalLinks.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,14 @@ const repoProviderIcon = computed((): IconClass => {
{{ $t('package.links.issues') }}
</LinkBase>
</li>
<li>
<LinkBase
:to="`https://socket.dev/npm/package/${pkg.name}`"
:title="$t('common.view_on.socket_dev')"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there doesn't seem to be a translation for this in english?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could we add the icon for it as a shield or smth, so it's more consistent? currently it's the only thing with the link external icon

Image

>
socket.dev
</LinkBase>
</li>
<li>
<LinkBase
:to="`https://www.npmjs.com/package/${pkg.name}`"
Expand Down
Loading