Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rox-config-fetcher

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rox-config-fetcher

CloudBees Feature Management ROX JS SDK flag config fetcher

  • 6.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6.6K
decreased by-9.43%
Maintainers
0
Weekly downloads
 
Created
Source

CloudBees Feature Management

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.

Getting Started

Please see the detailed instructions in our docs on how to add CloudBees Feature Management to your project.

Documentation

Getting started guide, use cases, examples and videos can be found in CloudBees Feature Management documentation

CloudBees Feature Management Javascript flag configuration fetcher.

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.

Installation

yarn add rox-config-fetcher

or

npm i rox-config-fetcher --save

Usage

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. 

LICENSE

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

Feedback is always welcomed at support@cloudbees.com

Keywords

FAQs

Package last updated on 24 Jul 2024

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc