Skip to content

Commit 73ed2f6

Browse files
committed
docs: update README
1 parent 663203b commit 73ed2f6

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,16 @@
1616
1717
## Features
1818

19-
- **Hover Information** - Quick links to [npmx.dev](https://npmx.dev) for package info and documentation, with provenance verification status
20-
- **Version Completion** - Autocomplete package versions with provenance filtering support
19+
- **Hover Information** – Quick links to package details and documentation on [npmx.dev](https://npmx.dev), with provenance verification status.
20+
- **Version Completion** – Autocomplete package versions with provenance filtering and prerelease exclusion support.
2121
- **Diagnostics**
22-
- Deprecated package warnings
22+
- Deprecated package warnings with deprecation messages
2323
- Package replacement suggestions (via [module-replacements](https://github.com/es-tooling/module-replacements))
24-
- Vulnerability detection
24+
- Vulnerability detection powered by the [OSV](https://osv.dev/) database, with severity levels (critical, high, moderate, low)
25+
- Upgrade hints when a newer version is available, with quick-fix code actions
26+
- **Commands**
27+
- Open [npmx.dev](https://npmx.dev) in external browser
28+
- Open `node_modules` files on [npmx.dev](https://npmx.dev) code viewer with syntax highlighting (from editor title, context menu, or command palette)
2529

2630
## Supported Files
2731

@@ -44,6 +48,11 @@
4448

4549
<!-- configs -->
4650

51+
## Related
52+
53+
- [npmx.dev](https://npmx.dev) &ndash; A fast, modern browser for the npm registry
54+
- [npmx-replace-extension](https://github.com/tylersayshi/npmx-replace-extension) &ndash; Browser extension to redirect npmjs.com to npmx.dev
55+
4756
## Contributing
4857

4958
Contributions are welcome! Please review our [contribution guide](./CONTRIBUTING.md) for more details.

0 commit comments

Comments
 (0)