[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.

docs: update features

+15 -9
+15 -9
README.md
··· 29 29 - **Provenance indicators** &ndash; verified build badges for packages with npm provenance 30 30 - **Multi-provider repository support** &ndash; stars/forks from GitHub, GitLab, Bitbucket, Codeberg, Gitee, and Sourcehut 31 31 - **JSR availability** &ndash; see if scoped packages are also available on JSR 32 - - **Package badges** &ndash; module format (ESM/CJS/dual), TypeScript types, and engine constraints 32 + - **Package badges** &ndash; module format (ESM/CJS/dual), TypeScript types (with `@types/*` links), and engine constraints 33 33 - **Outdated dependency indicators** &ndash; visual cues showing which dependencies are behind 34 34 - **Vulnerability warnings** &ndash; security advisories from the OSV database 35 35 - **Download statistics** &ndash; weekly download counts with sparkline charts 36 - - **Install size** &ndash; total install size including dependencies 36 + - **Install size** &ndash; total install size (including transitive dependencies) 37 37 - **Playground links** &ndash; quick access to StackBlitz, CodeSandbox, and other demo environments from READMEs 38 38 - **Infinite search** &ndash; auto-load additional search pages as you scroll 39 - - **Keyboard navigation** &ndash; press `/` to focus search, arrow keys to navigate results, Enter to select 39 + - **Keyboard navigation** &ndash; press `/` to focus search, `.` to open code viewer, arrow keys to navigate results 40 + - **Deprecation notices** &ndash; clear warnings for deprecated packages and versions 41 + - **Version range resolution** &ndash; dependency ranges (e.g., `^1.0.0`) resolve to actual installed versions 40 42 - **Claim new packages** &ndash; register new package names directly from search results (via local connector) 43 + - **Clickable version tags** &ndash; navigate directly to any version from the versions list 41 44 42 45 ### User & org pages 43 46 ··· 65 68 | Install size calculation | ❌ | ✅ | 66 69 | JSR cross-reference | ❌ | ✅ | 67 70 | Vulnerability warnings | ✅ | ✅ | 71 + | Deprecation notices | ✅ | ✅ | 68 72 | Download charts | ✅ | ✅ | 69 73 | Playground links | ❌ | ✅ | 70 74 | Keyboard navigation | ❌ | ✅ | 71 75 | Multi-provider repo support | ❌ | ✅ | 76 + | Version range resolution | ❌ | ✅ | 72 77 | Dependents list | ✅ | 🚧 | 73 78 | Package admin (access/owners) | ✅ | 🚧 | 74 79 | Org/team management | ✅ | 🚧 | ··· 105 110 106 111 npmx.dev also supports shorter, cleaner URLs: 107 112 108 - | Pattern | Example | 109 - | -------------- | -------------------------------------------------- | 110 - | `/<package>` | [`/nuxt`](https://npmx.dev/nuxt) | 111 - | `/@scope/name` | [`/@nuxt/kit`](https://npmx.dev/@nuxt/kit) | 112 - | `/@org` | [`/@nuxt`](https://npmx.dev/@nuxt) | 113 - | `/~username` | [`/~sindresorhus`](https://npmx.dev/~sindresorhus) | 113 + | Pattern | Example | 114 + | ------------------ | -------------------------------------------------- | 115 + | `/<package>` | [`/nuxt`](https://npmx.dev/nuxt) | 116 + | `/<pkg>@<version>` | [`/vue@3.4.0`](https://npmx.dev/vue@3.4.0) | 117 + | `/@scope/name` | [`/@nuxt/kit`](https://npmx.dev/@nuxt/kit) | 118 + | `/@org` | [`/@nuxt`](https://npmx.dev/@nuxt) | 119 + | `/~username` | [`/~sindresorhus`](https://npmx.dev/~sindresorhus) | 114 120 115 121 ## Tech stack 116 122