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.
socket.dev
1 parent 15b53bf commit 6eec736Copy full SHA for 6eec736
1 file changed
app/components/Package/ExternalLinks.vue
@@ -173,6 +173,14 @@ useCommandPaletteContextCommands(
173
{{ $t('package.links.issues') }}
174
</LinkBase>
175
</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>
184
<li>
185
<LinkBase
186
:to="`https://www.npmjs.com/package/${pkg.name}`"
0 commit comments