Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

configcat-common

configcat550.3kMIT9.3.1TypeScript support: included

ConfigCat is a configuration as a service that lets you manage your features and configurations without actually deploying new code.

configcat, config, configuration, remote configuration, configcat client, feature flags, feature toggle, feature switch, canary release, soft launch, release strategy

readme

ConfigCat Common library for JavaScript

Common JS CI codecov Known Vulnerabilities Tree Shaking License \ NPM

ConfigCat Common library for JavaScript is a shared package that provides the common ConfigCat SDK logic for ConfigCat SDK for Node.js and ConfigCat SDK for JavaScript.

ConfigCat is a feature flag, feature toggle, and configuration management service that lets you launch new features and change your software configuration remotely without actually (re)deploying code. ConfigCat even helps you do controlled roll-outs like canary releases and blue-green deployments.

ConfigCat is a hosted feature flag service. Manage feature toggles across frontend, backend, mobile, desktop apps. Alternative to LaunchDarkly. Management app + feature flag SDKs.

Installing

npm install

Running the tests

npm test

Need help?

https://configcat.com/support

Contributing

Contributions are welcome. For more info please read the Contribution Guideline.

About ConfigCat

Troubleshooting

Make sure you have the proper Node.js version installed

You might run into errors caused by the wrong version of Node.js. To make sure you are using the recommended Node.js version follow these steps.

  1. Have nvm (Node Version Manager - https://github.com/nvm-sh/nvm ) installed:
  2. Run nvm install. This will install the compatible version of Node.js.
  3. Run nvm use. This will use the compatible version of Node.js.

changelog

Please check the Github Releases page for the changelog of the ConfigCat Common library for JavaScript.