
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
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
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"
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.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.