Live data from Hacker News

Ask HN: What is the best way to discover NPM packages?

news.ycombinator.com

1–2 of 2 posts

Ask HN: What is the best way to discover NPM packages?

#1
What is the best way to discover npm packages?

All of the ways I've found seem very manual and imprecise. Any recommendations or improvements? Here is what I try:

Process: - Google "npm for feature" check search suggest and results - Check https://snyk.io/advisor/ for similar results and quality score of packages - google search "package vs ..." and see what comes up - Check packages used in open source projects

Other suggestions?