[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: update repository links

+5 -5
+1 -1
SECURITY.md
··· 2 2 3 3 ## Reporting a Vulnerability 4 4 5 - To report a vulnerability, please [privately report it via the Security tab](https://github.com/danielroe/npmx.dev/security/advisories/new). If that is impossible, feel free to send an email to **security@roe.dev** instead. 5 + To report a vulnerability, please [privately report it via the Security tab](https://github.com/npmx-dev/npmx.dev/security/advisories/new). If that is impossible, feel free to send an email to **security@roe.dev** instead. 6 6 7 7 All security vulnerabilities will be promptly verified and addressed.
+1 -1
app/components/AppFooter.vue
··· 5 5 <p class="font-mono m-0">a better browser for the npm registry</p> 6 6 <div class="flex items-center gap-6"> 7 7 <a 8 - href="https://github.com/danielroe/npmx.dev" 8 + href="https://github.com/npmx-dev/npmx.dev" 9 9 rel="noopener noreferrer" 10 10 class="link-subtle font-mono text-xs" 11 11 >
+1 -1
app/components/AppHeader.vue
··· 43 43 </li> 44 44 <li v-else class="flex"> 45 45 <a 46 - href="https://github.com/danielroe/npmx.dev" 46 + href="https://github.com/npmx-dev/npmx.dev" 47 47 rel="noopener noreferrer" 48 48 class="link-subtle font-mono text-sm inline-flex items-center gap-1.5" 49 49 >
+2 -2
cli/package.json
··· 6 6 "type": "module", 7 7 "repository": { 8 8 "type": "git", 9 - "url": "git+https://github.com/danielroe/npmx.dev.git", 9 + "url": "git+https://github.com/npmx-dev/npmx.dev.git", 10 10 "directory": "cli" 11 11 }, 12 12 "bugs": { 13 - "url": "https://github.com/danielroe/npmx.dev/issues" 13 + "url": "https://github.com/npmx-dev/npmx.dev/issues" 14 14 }, 15 15 "homepage": "https://npmx.dev", 16 16 "bin": {