feat: add socket.dev link into package command palette#2481
feat: add socket.dev link into package command palette#2481ghostdevv merged 1 commit intonpmx-dev:mainfrom
socket.dev link into package command palette#2481Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
|
Hello! Thank you for opening your first PR to npmx, @romansp! 🚀 Here’s what will happen next:
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR adds a new command palette entry for socket.dev links in the ExternalLinks.vue component. The change appends a command object with a fixed ID (package-link-socket.dev), group (links), label (socket.dev), search keywords including the package name, an icon class (i-simple-icons:socket), and an href constructed from the package name to point to socket.dev/npm/package/{package-name}. The entry integrates with the existing useCommandPaletteContextCommands function without altering other command logic. Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
socket.dev link into package command palette (#2480)socket.dev link into package command palette
|
Thanks for your first contribution, @romansp! 🚀 We'd love to welcome you to the npmx community. Come and say hi on Discord! And once you've joined, visit npmx.wamellow.com to claim the contributor role. |
🔗 Linked issue
Fixes #2480.
🧭 Context
Link to
socket.devwas missing in package command palette (Cmd/Ctrl+K) menu.📚 Description
Simple change to ensure link is added to
commandsarray and thus visible in command palette.