
Security News
n8n Tops 2025 JavaScript Rising Stars as Workflow Platforms Gain Momentum
n8n led JavaScript Rising Stars 2025 by a wide margin, with workflow platforms seeing the largest growth across categories.
Redirect to an npm package's repository page, like ghub.io/express
🌏 Supports GitHub, Gitlab, BitBucket, and others.
🚀 Stateless design using all-the-package-repos
🔒 HTTPS support
🌴 Always fresh with Greenkeeper
👫 Shared ownership in a GitHub org
🙌 Open Open Source contribution model
Visit ghub.io/<package-name> in your browser and you'll be taken to that
package's repository page on GitHub or elsewhere. If the package has no
specified repo you'll be redirected to npmjs.com.
Examples:
ghub is also available as a command-line tool which accepts one or many
package names and opens their GitHub repos in your web browser:
npm i -g ghub
ghub choo chai chalk
The CLI can also read from newline-delimited standard input.
To open a repo tab for every dependency in a local package.json file:
npm i -g ghub json
cat package.json | json dependencies | json -ka | ghub
or every devDependency:
npm i -g ghub json
cat package.json | json devDependencies | json -ka | ghub
Pair ghub with the depnames
CLI to open repo pages for all the dependencies of a given package:
npm i -g ghub depnames
depnames chokidar | ghub
View the top ten most-dependend-on packages whose names start with level:
npm i -g ghub all-the-package-names
all-the-package-names | egrep '^level' | head -n 10 | ghub
github.com/nice-registry/ghub.io
MIT
FAQs
A nice place for JavaScript packages
We found that ghub demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
n8n led JavaScript Rising Stars 2025 by a wide margin, with workflow platforms seeing the largest growth across categories.

Security News
The U.S. government is rolling back software supply chain mandates, shifting from mandatory SBOMs and attestations to a risk-based approach.

Security News
crates.io adds a Security tab backed by RustSec advisories and narrows trusted publishing paths to reduce common CI publishing risks.