Extension Icon

Search npm Packages

Search for npm package information
AvatarZander Martineau
18,862 Installs
OverviewCommandsVersion History

Versions22

Fix keywords - February 10, 2026

  • Fix intermittent keywords issue

Added npmx - February 5, 2026

  • Add ability to open package page in npmx.dev

Update - November 6, 2025

  • Add support for Bun, implemented suggestion from #22693

Improvements and Fix - October 14, 2025

  • Fix broken search link, implemented suggestion from #21972
  • Update dependencies to the latest
  • Refactor codebase for better readability and maintainability

Fixes - February 5, 2025

  • Fix URL parsing issue

Added a shortcut - January 22, 2025

  • Added a shortcut to copy the package version

Chore & Fixes - January 13, 2025

  • Hide toast when historyCount is zero
  • Suppress errors when search term is empty
  • Use Raycast's auto-generated type definitions
  • Bump all dependencies to the latest

Update - December 14, 2024

  • Fixed another issue with git url parsing
  • Added more detail to the history view. If there's a package there, it will be displayed like in the package list which means it is much quicker to access the package you previously searched for.

Update - December 13, 2024

  • Added a Git URL parser for the repository URL in the open repository action

Updates - October 7, 2024

  • Hide history list when historyCount is zero
  • Bump all dependencies to the latest

Refactoring - February 3, 2024

  • Bump dependecies
  • Refactored readme to hook
  • Cleanup code, removed library
  • Add link to esm.sh

Added a link to npm search results page - November 23, 2023

  • Added a link to npm search results page when searching for a package & add a preference to show or hide this link
  • Make tag accessory optional & move it to 1st position
  • Bump dependencies

Added a shortcut - August 20, 2023

  • Added a shortcut to open the package's npm page

Favorites and history - March 29, 2023

  • Added ability to favorite packages and display them in a new view
  • Added search history and display them in a new view

Added open changelog - March 15, 2023

  • Added action to open the package's changelog (only for github)

Fixed Yarn install command - November 11, 2022

  • Fixed yarn install command since it's different than npm/pnpm

Added a bunch of new feedback - September 5, 2022

  • Added a cache for faster results
  • Switch back to the result of npm instead of npms.io which provided some outdated results

Added a bunch of new feedback - May 4, 2022

  • updated to the latest @raycast/api package version and refactored based on any new APIs and deprecations
  • added pnpm as an option for default package manager. Now there are three: yarn, npm and pnpm, which meant the existing logic for choosing a default and alternate was not sufficient
  • added new option for secondary package manager. This helps with the above point so users can explicitly choose the secondary/fallback package manager
  • add link to Skypack.dev for each package
  • updated the default open action to include new Skypack.dev link
  • added more information to the list item's accessories, now you can view the latest publish version, when the package was last published and the npms.io score for that package
  • added image metadata

Add default action pref - December 13, 2022

  • Users can now decide what to do when they press Enter on a entry row.​

Refactor - November 4, 2021

  • use npms "suggestions" endpoint instead of "search" endpoint. This improves loading times and also
  • improved code organisation by moving components into their own files
  • organised actions into groups
  • added "Copy Package Name" actions
  • moved components and utils into better file structure
  • improved the organisation and grouping of actions
  • improved the docs

Add copy action pref - October 29, 2021

  • adds a preference for choosing a default package manager (yarn or npm) and keyboard shortcuts for copying the install command based on this preference.

Added extension - October 20, 2021

Initial version code