{"id":48949079,"url":"https://github.com/weorbitant/search-github-org-for-nodejs-deps","last_synced_at":"2026-04-17T19:02:20.472Z","repository":{"id":327539081,"uuid":"1109693116","full_name":"weorbitant/search-github-org-for-nodejs-deps","owner":"weorbitant","description":"Search all repositories across a github organization and looks for nodejs dependencies","archived":false,"fork":false,"pushed_at":"2025-12-04T18:47:23.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-30T05:42:44.924Z","etag":null,"topics":["node","nodejs","npm","npm-security","package-security"],"latest_commit_sha":null,"homepage":"https://www.orbitant.com/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/weorbitant.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-04T06:40:38.000Z","updated_at":"2025-12-04T18:47:22.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/weorbitant/search-github-org-for-nodejs-deps","commit_stats":null,"previous_names":["weorbitant/search-github-org-for-nodejs-deps"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/weorbitant/search-github-org-for-nodejs-deps","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weorbitant%2Fsearch-github-org-for-nodejs-deps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weorbitant%2Fsearch-github-org-for-nodejs-deps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weorbitant%2Fsearch-github-org-for-nodejs-deps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weorbitant%2Fsearch-github-org-for-nodejs-deps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weorbitant","download_url":"https://codeload.github.com/weorbitant/search-github-org-for-nodejs-deps/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weorbitant%2Fsearch-github-org-for-nodejs-deps/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31941845,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["node","nodejs","npm","npm-security","package-security"],"created_at":"2026-04-17T19:02:19.640Z","updated_at":"2026-04-17T19:02:20.464Z","avatar_url":"https://github.com/weorbitant.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔍 Search GitHub Org for Node.js Dependencies\n\n- [🔍 Search GitHub Org for Node.js Dependencies](#-search-github-org-for-nodejs-dependencies)\n  - [⚠️ Context](#️-context)\n  - [📋 Prerequisites](#-prerequisites)\n  - [🔎 Default Dependencies](#-default-dependencies)\n  - [🚀 Usage](#-usage)\n  - [💡 Examples](#-examples)\n  - [📤 Output](#-output)\n  - [📄 License](#-license)\n\nScan all repositories in a GitHub organization for specific Node.js dependencies.\n\n## ⚠️ Context\n\nThis tool was created in response to a [critical security vulnerability in React Server Components](https://react.dev/blog/2025/12/03/critical-security-vulnerability-in-react-server-components) disclosed on December 3, 2025. The vulnerability affects applications using React Server Components with certain bundler integrations.\n\n## 📋 Prerequisites\n\n- [GitHub CLI (`gh`)](https://cli.github.com/) - authenticated\n- `jq` - JSON processor\n- Optional [`GNU parallel`](https://www.gnu.org/software/parallel/) - run jobs in parallel (great for large organizations) \n\n## 🔎 Default Dependencies\n\nBy default, the script searches for the following dependencies:\n\n- `react-server-dom-parcel`\n- `react-server-dom-turbopack`\n- `react-server-dom-webpack`\n- `next`\n- `rwsdk`\n- `waku`\n- `@vitejs/plugin-rsc`\n\n## 🚀 Usage\n\n```bash\n./check-repositories-for-node-deps.sh \u003corganization-name\u003e [dependencies]\n```\n\n## 💡 Examples\n\n```bash\n# Using default dependencies (react-server-dom-*)\n./check-repositories-for-node-deps.sh my-org\n\n# Custom dependencies (comma-separated)\n./check-repositories-for-node-deps.sh my-org \"lodash,express,axios\"\n```\n\n## 📤 Output\n\n- Downloads all `package.json` files to `./repos_with_package_json/`\n- Shows ⚠️ warnings for each found dependency\n- Displays version and dependency type (dependencies, devDependencies, peerDependencies)\n\n## 📄 License\n\nMIT\nSee [LICENSE](LICENSE) for more information.\n\nMade with ❤️ by @GentooXativa\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweorbitant%2Fsearch-github-org-for-nodejs-deps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweorbitant%2Fsearch-github-org-for-nodejs-deps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweorbitant%2Fsearch-github-org-for-nodejs-deps/lists"}