{"id":40598896,"url":"https://github.com/cloudbees-oss/cloudbees-openfeature-provider-browser","last_synced_at":"2026-01-21T04:08:09.787Z","repository":{"id":60394767,"uuid":"537375984","full_name":"cloudbees-oss/cloudbees-openfeature-provider-browser","owner":"cloudbees-oss","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-02T18:05:34.000Z","size":468,"stargazers_count":0,"open_issues_count":10,"forks_count":1,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-10-06T04:35:49.083Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudbees-oss.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2022-09-16T08:44:30.000Z","updated_at":"2025-08-22T19:34:28.000Z","dependencies_parsed_at":"2025-06-04T10:32:05.269Z","dependency_job_id":"bf589384-9123-43f6-b0ae-e9e6f240e7b4","html_url":"https://github.com/cloudbees-oss/cloudbees-openfeature-provider-browser","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/cloudbees-oss/cloudbees-openfeature-provider-browser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudbees-oss%2Fcloudbees-openfeature-provider-browser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudbees-oss%2Fcloudbees-openfeature-provider-browser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudbees-oss%2Fcloudbees-openfeature-provider-browser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudbees-oss%2Fcloudbees-openfeature-provider-browser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudbees-oss","download_url":"https://codeload.github.com/cloudbees-oss/cloudbees-openfeature-provider-browser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudbees-oss%2Fcloudbees-openfeature-provider-browser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28625927,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T02:47:06.670Z","status":"ssl_error","status_checked_at":"2026-01-21T02:45:44.886Z","response_time":86,"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":[],"created_at":"2026-01-21T04:08:09.725Z","updated_at":"2026-01-21T04:08:09.775Z","avatar_url":"https://github.com/cloudbees-oss.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CloudBees Feature Management provider for OpenFeature\n\n[![a](https://img.shields.io/badge/slack-%40cncf%2Fopenfeature-brightgreen?style=flat\u0026logo=slack)](https://cloud-native.slack.com/archives/C0344AANLA1)\n[![OpenFeature Specification](https://img.shields.io/static/v1?label=OpenFeature%20Specification\u0026message=v0.5.1\u0026color=yellow)](https://github.com/open-feature/spec/tree/v0.5.1)\n[![OpenFeature SDK](https://img.shields.io/static/v1?label=OpenFeature%20SDK\u0026message=v1.0.0\u0026color=green)](https://github.com/open-feature/js-sdk/tree/v1.0.0)\n[![npm version](https://badge.fury.io/js/cloudbees-openfeature-provider-browser.svg)](https://badge.fury.io/js/cloudbees-openfeature-provider-browser)\n[![CloudBees Rox SDK](https://img.shields.io/static/v1?label=Rox%20SDK\u0026message=v5.4.1\u0026color=green)](https://www.npmjs.com/package/rox-browser)\n[![Known Vulnerabilities](https://snyk.io/test/github/rollout/cloudbees-openfeature-provider-browser/badge.svg)](https://snyk.io/test/github/rollout/cloudbees-openfeature-provider-browser)\n\nThis is the [CloudBees](https://www.cloudbees.com/products/feature-management) provider implementation for [OpenFeature](https://openfeature.dev/) for the [Javascript SDK](https://github.com/open-feature/js-sdk).\n\nOpenFeature provides a vendor-agnostic abstraction layer on Feature Flag management.\n\nThis provider allows the use of CloudBees Feature Management as a backend for Feature Flag configurations.\n\n## Requirements\n- node 14 or greater\n\n## Installation\n\n### Add it to your build\n\n```bash\nnpm install cloudbees-openfeature-provider-browser\n```\nor\n```bash\nyarn add cloudbees-openfeature-provider-browser\n```\n\n### Confirm peer dependencies are installed\n```bash\nnpm install @openfeature/js-sdk\n```\nor\n```bash\nyarn add @openfeature/js-sdk\n```\n\n### Configuration\n\nFollow the instructions on the [JS SDK project](https://github.com/open-feature/js-sdk) for how to use the SDK.\n\nYou can configure the CloudBees provider by doing the following:\n\n```typescript\nimport {OpenFeature} from '@openfeature/js-sdk';\nimport {CloudbeesProvider} from 'cloudbees-openfeature-provider-browser'\n\nconst sdkKey = '\u003cINSERT_SDK_KEY_HERE\u003e'\nOpenFeature.setProvider(await CloudbeesProvider.build(sdkKey));\nconst client = OpenFeature.getClient();\nconst value = await client.getBooleanValue('enabled-new-feature', false);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudbees-oss%2Fcloudbees-openfeature-provider-browser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudbees-oss%2Fcloudbees-openfeature-provider-browser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudbees-oss%2Fcloudbees-openfeature-provider-browser/lists"}