Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
cloudbees-openfeature-provider-node
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-node
or
yarn add cloudbees-openfeature-provider-node
npm install @openfeature/js-sdk
or
yarn add @openfeature/js-sdk
Follow the instructions on the Javascript SDK project for how to use the Javascript SDK.
You can configure the CloudBees provider by doing the following:
import {OpenFeature} from '@openfeature/js-sdk';
import {CloudbeesProvider} from 'cloudbees-openfeature-provider-node'
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-node receives a total of 352 weekly downloads. As such, cloudbees-openfeature-provider-node popularity was classified as not popular.
We found that cloudbees-openfeature-provider-node demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.