Socket
Book a DemoInstallSign in
Socket

cloudbees-openfeature-provider-browser

Package Overview
Dependencies
Maintainers
5
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloudbees-openfeature-provider-browser

An OpenFeature provider for CloudBees Feature Management

1.0.1
latest
Source
npmnpm
Version published
Weekly downloads
46
-34.29%
Maintainers
5
Weekly downloads
 
Created
Source

CloudBees Feature Management provider for OpenFeature

a OpenFeature Specification OpenFeature SDK npm version CloudBees Rox SDK Known Vulnerabilities

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.

Requirements

  • node 14 or greater

Installation

Add it to your build

npm install cloudbees-openfeature-provider-browser

or

yarn add cloudbees-openfeature-provider-browser

Confirm peer dependencies are installed

npm install @openfeature/js-sdk

or

yarn add @openfeature/js-sdk

Configuration

Follow the instructions on the JS SDK project for how to use the 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 sdkKey = '<INSERT_SDK_KEY_HERE>'
OpenFeature.setProvider(await CloudbeesProvider.build(sdkKey));
const client = OpenFeature.getClient();
const value = await client.getBooleanValue('enabled-new-feature', false);

Keywords

openfeature

FAQs

Package last updated on 04 Jun 2025

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.