Skip to content
/ npmhub Public

πŸ”Ž A browser extension to explore npm dependencies on GitHub repos

License

Notifications You must be signed in to change notification settings

npmhub/npmhub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0dbbb54 Β· Jul 23, 2024
Jul 23, 2024
May 23, 2023
Jul 23, 2024
Jul 23, 2024
Dec 20, 2023
Mar 30, 2023
Jul 23, 2024
Apr 11, 2022
Nov 14, 2022
Sep 18, 2021
Jan 31, 2017
Jul 23, 2024
Jul 23, 2024
Jul 23, 2024
Nov 26, 2020
Jul 23, 2024

Repository files navigation

npmhub

On every GitHub repository or folder with a package.json file, scroll to the bottom of the page to see a list of its npm dependencies and their descriptions.

npmhub also adds convenient links to:

  • the package.json file
  • npmjs.com
  • RunKit to test the package
  • BundlePhobia to see the package size when bundled
  • PackagePhobia to see the package size when installed
  • NPMGraph to explore the sub-dependencies
  • UNPKG to see the exact contents published to npm

GitHub Enterprise is also supported, see the guide.

Installation

Chrome and other Chromium browsers

Firefox including Firefox Android

Safari on Mac, iOS and iPadOS

If you love npmhub, consider sponsoring or hiring the maintainer @fregante

Design

Here's what npmhub looks like:

npmhub on Chrome

See Also

  • GhostText - An extension to use your text editor to write in your browser. Everything you type in the editor will be instantly updated in the browser (and vice versa).
  • packagehub - An extension for displaying dependencies for different package managers on GitHub.
  • ghub.io - A URL shortener to jump straight to the GitHub repo of an npm package, e.g. ghub.io/express.