Manage and analyze your Node.js dependencies.
- 🔍 Fast autocomplete
- 🚀 Detect outdated dependencies and easily update
- 📦 Manage multiple package.json files in monorepo
- 🔢 Analyze size and load speed of each dependency
- 🧶 Support for
npm
,yarn
,pnpm
andbun
Search field shortcuts:
Up | Down
- Go up or downEnter | Click
- Install selected packageAlt+Enter | Alt+Click
- Install selected package as dev dependency@
- Display list of package versions@@
- Display list of tagged package versions- Shortcuts while focus is on installed package:
Del
- Remove packageCtrl+Enter
- Update package to latest version based on the specified rangeCtrl+Shift+Enter
- Update package to latest
Option | Values | Description |
---|---|---|
iridium.npm.packageManager |
npm , yarn , pnpm , bun |
Package manager used to install when there's no lock file. |
iridium.npm.runAudit |
true , false |
Automatically run security audit(yarn, pnpm). |
iridium.npm.showShortcuts |
true , false |
Show shortcuts section in search dropdown. |
iridium.npm.showAlgoliaInfo |
true , false |
Show Algolia credits in search dropdown. |
iridium.npm.showResultDescription |
true , false |
Show package description in search dropdown. |
iridium.npm.excludeVersions |
[] |
Exclude package versions containing specified strings. For example you can add beta to exclude all versions including beta in name. |
iridium.npm.maxNumberOfResults |
4 |
Number of packages to display in search dropdown. |
This extension wouldn't exist without these superb services ❤️
- Algolia - search packages by name
- jsdelivr.com - get package tags and versions
- bundlephobia.com - get package size info
Create an issue, or ping @Idered on Twitter.