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

configcat-common

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

configcat-common - npm Package Compare versions

Comparing version 1.1.11 to 1.1.12

2

lib/ConfigCatLogger.js

@@ -9,7 +9,9 @@ "use strict";

};
;
ConfigCatConsoleLogger.prototype.error = function (message) {
console.error('ConfigCat log: ' + message);
};
;
return ConfigCatConsoleLogger;
}());
exports.ConfigCatConsoleLogger = ConfigCatConsoleLogger;

2

package.json
{
"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)
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