Extension Icon

Search npm Packages

Search for npm package information
AvatarZander Martineau
9,024 Installs
OverviewCommandsVersion History

Versions12

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