
Product
Introducing Socket Firewall Enterprise: Flexible, Configurable Protection for Modern Package Ecosystems
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.
> If I have seen a little further it is by standing on the shoulders of giants.
If I have seen a little further it is by standing on the shoulders of giants.
—Isaac Newton, John of Salisbury, and others before them
Quickly view a list of open issues for the open-source packages that your project depends on.

Terminal theme: Rivet by themer
npx shoulders
shoulders will find dependencies in the node_modules folder, identify corresponding repositories on GitHub, and query GitHub's API for open issues.
If your project depends on many packages you will likely run into rate limiting errors from the GitHub API; you can increase the limit by using a personal access token (the only scope needed is public_repo) and passing it to shoulders via the $GITHUB_TOKEN environment variable:
GITHUB_TOKEN='<your token>' npx shoulders
| Name | Type | Short description |
|---|---|---|
| --labels | string | Filter issues by labels |
| --depth | number | Look for issues only n levels deep |
| --format | string | Format the output |
In addition to listing all open issues, you can optionally include
a comma-separated list of labels to use. For example, to see only
issues with the bug label:
npx shoulders --labels bug
Or to include multiple labels, you can do:
npx shoulders --labels="bug,good first issue"
If you wish to look for issues only n levels deep, you can specify
a depth parameter:
# Look for issues in your direct dependencies
npx shoulders --depth=0
You can format the output by passing a format parameter:
npx shoulders --format html
If you'd like to create a new file you can pipe the output like this:
npx shoulders --format html > output.html
The available formats are currently console (default), html and md (markdown).
Modern software would not be possible without the mountains of previous work by others—much of it open source—as its foundation. In the spirit of Hacktoberfest 2019, this simple script makes it a little bit easier to find a way to support the projects that we depend on so heavily.
MIT © Matt Swensen
FAQs
> If I have seen a little further it is by standing on the shoulders of giants.
We found that shoulders demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.

Product
Detect malware, unsafe data flows, and license issues in GitHub Actions with Socket’s new workflow scanning support.