Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
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 407 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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.