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.
rox-config-fetcher
Advanced tools
CloudBees Feature Management is a secure feature management solution for the enterprise.
Accelerate development and minimize the risk of deploying new code with simple to create feature flags, controlled rollouts, advanced target groups & deployment rules.
Please see the detailed instructions in our docs on how to add CloudBees Feature Management to your project.
Getting started guide, use cases, examples and videos can be found in CloudBees Feature Management documentation
This package allows you to fetch feature flag configuration for use with the rox-serverless CloudBees Feature Management SDK. Use this package to fetch your feature flag configuration outside of your serverless application, then inject it into the application for highly efficient runtime flag evaluation. The fetched configuration could be injected using whatever mechanism best suits your application, but examples could include via the filesystem, configuration parameters, or a fast-access data store such as the KV store for CloudFlare workers.
yarn add rox-config-fetcher
or
npm i rox-config-fetcher --save
import {fetchClientData} from 'rox-config-fetcher'
// Substitute your CloudBees Feature Management environment key here.
const envKey = 'e7fb52da628ce8ce43e7e14f'
const flagConfig = await fetchClientData(envKey)
// Store the flagConfig somewhere, ready to be injected into your serverless applications.
CloudBees Feature Management is free-to-use, proprietary software. Please see the full license (found in LICENSE in this distribution) for details on its license and the licenses of its dependencies.
CloudBees Feature Management Javascript SDK for serverless is free-to-use, proprietary software. Please see the full license found under the LICENSE file for more details.
Feedback is always welcomed at support@cloudbees.com
FAQs
CloudBees Feature Management ROX JS SDK flag config fetcher
We found that rox-config-fetcher demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.