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 6eec736 commit 2d07da8Copy full SHA for 2d07da8
3 files changed
app/components/Package/ExternalLinks.vue
@@ -177,6 +177,7 @@ useCommandPaletteContextCommands(
177
<LinkBase
178
:to="`https://socket.dev/npm/package/${pkg.name}`"
179
:title="$t('common.view_on.socket_dev')"
180
+ classicon="i-simple-icons:socket"
181
>
182
socket.dev
183
</LinkBase>
i18n/locales/en.json
@@ -336,6 +336,7 @@
336
"gitea": "View on Gitea",
337
"gitee": "View on Gitee",
338
"radicle": "View on Radicle",
339
+ "socket_dev": "view on socket.dev",
340
"sourcehut": "View on SourceHut",
341
"tangled": "View on Tangled"
342
},
i18n/schema.json
@@ -1012,6 +1012,9 @@
1012
"radicle": {
1013
"type": "string"
1014
1015
+ "socket_dev": {
1016
+ "type": "string"
1017
+ },
1018
"sourcehut": {
1019
1020
0 commit comments