configcat-common
Advanced tools
Comparing version 1.1.11 to 1.1.12
@@ -9,7 +9,9 @@ "use strict"; | ||
}; | ||
; | ||
ConfigCatConsoleLogger.prototype.error = function (message) { | ||
console.error('ConfigCat log: ' + message); | ||
}; | ||
; | ||
return ConfigCatConsoleLogger; | ||
}()); | ||
exports.ConfigCatConsoleLogger = ConfigCatConsoleLogger; |
{ | ||
"name": "configcat-common", | ||
"version": "1.1.11", | ||
"version": "1.1.12", | ||
"description": "ConfigCat is a configuration as a service that lets you manage your features and configurations without actually deploying new code.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
# ConfigCat Common library for JavaScript | ||
ConfigCat Common library for JavaScript is an intermediate package which provides the common ConfigCat SDK logic for [ConfigCat SDK for Node.js](https://github.com/configcat/node-sdk) and [ConfigCat SDK for JavaScript](https://github.com/configcat/js-sdk). | ||
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. | ||
https://configcat.com | ||
[![Build Status](https://travis-ci.com/configcat/common-js.svg?branch=master)](https://travis-ci.com/configcat/common-js) [![codecov](https://codecov.io/gh/configcat/common-js/branch/master/graph/badge.svg)](https://codecov.io/gh/configcat/common-js) [![Known Vulnerabilities](https://snyk.io/test/github/configcat/common-js/badge.svg?targetFile=package.json)](https://snyk.io/test/github/configcat/common-js?targetFile=package.json) ![License](https://img.shields.io/github/license/configcat/common-js.svg) \ | ||
[![NPM](https://nodei.co/npm/configcat-common.png)](https://nodei.co/npm/configcat-common/) | ||
ConfigCat Common library for JavaScript is a shared package that provides the common ConfigCat SDK logic for [ConfigCat SDK for Node.js](https://github.com/configcat/node-sdk) and [ConfigCat SDK for JavaScript](https://github.com/configcat/js-sdk). | ||
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. | ||
## Installing | ||
``` | ||
npm install | ||
``` | ||
## Running the tests | ||
``` | ||
npm test | ||
``` | ||
## Support | ||
If you need help how to use this lib feel free to to contact the ConfigCat Staff on https://configcat.com. We're happy to help. | ||
## Contributing | ||
Contributions are welcome. | ||
## License | ||
[MIT](https://raw.githubusercontent.com/ConfigCat/node-sdk/master/LICENSE) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32639
665
28