Skip to content

Commit 6da8a74

Browse files
committed
docs: update
1 parent 5d44351 commit 6da8a74

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@
2222
- Deprecated package warnings with deprecation messages
2323
- Package replacement suggestions (via [module-replacements](https://github.com/es-tooling/module-replacements))
2424
- 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
25+
- Dist tag warnings when a dependency uses a mutable version tag instead of a pinned version
26+
- Engine mismatch warnings when dependency engine requirements conflict with the current package
27+
- Upgrade hints when a newer version is available
2628
- **Commands**
2729
- 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)
30+
- Open `node_modules` files on [npmx.dev](https://npmx.dev) code viewer with syntax highlighting (from editor title, explorer context menu, or command palette)
2931

3032
## Supported Files
3133

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"version": "0.4.0",
77
"packageManager": "pnpm@10.30.1",
8-
"description": "A better browser for the npm registry",
8+
"description": "Enhance your npm package workflow in VS Code",
99
"author": {
1010
"name": "Vida Xie",
1111
"email": "vida_2020@163.com",

0 commit comments

Comments
 (0)