Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
cloudbees-openfeature-provider-browser
Advanced tools
An OpenFeature provider for CloudBees Feature Management
This is the CloudBees provider implementation for OpenFeature for the Javascript SDK.
OpenFeature provides a vendor-agnostic abstraction layer on Feature Flag management.
This provider allows the use of CloudBees Feature Management as a backend for Feature Flag configurations.
npm install cloudbees-openfeature-provider-browser
or
yarn add cloudbees-openfeature-provider-browser
npm install @openfeature/js-sdk
or
yarn add @openfeature/js-sdk
Follow the instructions on the Node SDK project for how to use the Node SDK.
You can configure the CloudBees provider by doing the following:
import {OpenFeature} from '@openfeature/js-sdk';
import {CloudbeesProvider} from 'cloudbees-openfeature-provider-browser'
const appKey = 'INSERT_APP_KEY_HERE'
OpenFeature.setProvider(await CloudbeesProvider.build(appKey));
const client = OpenFeature.getClient();
const value = await client.getBooleanValue('enabled-new-feature', false);
FAQs
An OpenFeature provider for CloudBees Feature Management
The npm package cloudbees-openfeature-provider-browser receives a total of 174 weekly downloads. As such, cloudbees-openfeature-provider-browser popularity was classified as not popular.
We found that cloudbees-openfeature-provider-browser 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
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.