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 bec2f2f commit d76ee23Copy full SHA for d76ee23
1 file changed
app/components/Package/ExternalLinks.vue
@@ -117,6 +117,15 @@ useCommandPaletteContextCommands(
117
})
118
}
119
120
+ commands.push({
121
+ id: 'package-link-socket.dev',
122
+ group: 'links',
123
+ label: 'socket.dev',
124
+ keywords: [...packageKeywords, 'socket.dev'],
125
+ iconClass: 'i-simple-icons:socket',
126
+ href: `https://socket.dev/npm/package/${props.pkg.name}`,
127
+ })
128
+
129
commands.push({
130
id: 'package-link-npm',
131
group: 'links',
0 commit comments