{"id":19380851,"url":"https://github.com/module-federation/common-3rd-parties","last_synced_at":"2026-02-09T07:33:41.823Z","repository":{"id":40440867,"uuid":"343273012","full_name":"module-federation/common-3rd-parties","owner":"module-federation","description":"Common Third party scripts provided as federated modules","archived":false,"fork":false,"pushed_at":"2023-12-15T05:57:11.000Z","size":63,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-30T18:34:06.299Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/module-federation.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}},"created_at":"2021-03-01T02:59:57.000Z","updated_at":"2021-10-20T09:24:53.000Z","dependencies_parsed_at":"2024-04-15T23:20:45.922Z","dependency_job_id":"db13fbc4-3523-4ec2-b7d7-eeda33cda4cd","html_url":"https://github.com/module-federation/common-3rd-parties","commit_stats":{"total_commits":17,"total_committers":2,"mean_commits":8.5,"dds":"0.11764705882352944","last_synced_commit":"bef4b1322ece18fd5c30aac3428296ca23f6631d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/module-federation/common-3rd-parties","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/module-federation%2Fcommon-3rd-parties","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/module-federation%2Fcommon-3rd-parties/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/module-federation%2Fcommon-3rd-parties/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/module-federation%2Fcommon-3rd-parties/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/module-federation","download_url":"https://codeload.github.com/module-federation/common-3rd-parties/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/module-federation%2Fcommon-3rd-parties/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29258759,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T04:11:57.159Z","status":"ssl_error","status_checked_at":"2026-02-09T04:11:56.117Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2024-11-10T09:14:59.467Z","updated_at":"2026-02-09T07:33:41.758Z","avatar_url":"https://github.com/module-federation.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# common-3rd-parties\nCommon Third party scripts provided as federated modules\n\nAllows for importing of third parties via module federation \n\nThis is shipped to unpkg and can be consumed at the latest version\nhttps://unpkg.com/browse/@module-federation/common-3rd-libs/dist/browser/\n\n## Configuring the consumer\n```js\nnew ModuleFederationPlugin({\n  name: \"app1\",\n  remotes: {\n    \"@module-federation/common-3rd-libs\": `moduleFederationCommon_3rdLibs@https://unpkg.com/@module-federation/common-3rd-libs@1.0.4/dist/browser/remote-entry.js`,\n  },\n  shared: { react: { singleton: true }, \"react-dom\": { singleton: true } },\n})\n```\n\n\n## Examples: \n```js\nimport(\"@module-federation/common-3rd-libs/google-analytics\").then((ga) =\u003e {\n  ga(\"create\", \"UA-XXXXX-Y\", \"auto\");\n  ga(\"send\", \"pageview\");\n});\nimport(\"@module-federation/common-3rd-libs/facebook\").then((fbq) =\u003e {\n  console.log(fbq);\n  fbq(\"init\", \"12341234\");\n  fbq(\"track\", \"PageView\");\n});\nimport(\"@module-federation/common-3rd-libs/bing\").then((UET) =\u003e {\n  console.log(UET);\n  var o = { ti: \"TAG_ID_HERE\" };\n  window.uetq = new UET(o);\n  window.uetq.push(\"pageLoad\");\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmodule-federation%2Fcommon-3rd-parties","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmodule-federation%2Fcommon-3rd-parties","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmodule-federation%2Fcommon-3rd-parties/lists"}