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

configcat-react

Package Overview
Dependencies
Maintainers
4
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

configcat-react - npm Package Compare versions

Comparing version 3.0.2 to 3.1.0

4

lib/cjs/index.js

@@ -29,3 +29,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.RefreshResult = exports.OverrideBehaviour = exports.User = exports.SettingKeyValue = exports.Comparator = exports.SettingType = exports.FormattableLogMessage = exports.LogLevel = exports.DataGovernance = exports.PollingMode = exports.withConfigCatClient = exports.useConfigCatClient = exports.useFeatureFlag = exports.ConfigCatProvider = exports.createFlagOverridesFromMap = exports.createConsoleLogger = void 0;
exports.ClientReadyState = exports.RefreshResult = exports.OverrideBehaviour = exports.User = exports.SettingKeyValue = exports.Comparator = exports.SettingType = exports.FormattableLogMessage = exports.LogLevel = exports.DataGovernance = exports.PollingMode = exports.withConfigCatClient = exports.useConfigCatClient = exports.useFeatureFlag = exports.ConfigCatProvider = exports.createFlagOverridesFromMap = exports.createConsoleLogger = void 0;
var configcatcommon = __importStar(require("configcat-common"));

@@ -81,1 +81,3 @@ var configcat_common_1 = require("configcat-common");

Object.defineProperty(exports, "RefreshResult", { enumerable: true, get: function () { return configcat_common_10.RefreshResult; } });
var configcat_common_11 = require("configcat-common");
Object.defineProperty(exports, "ClientReadyState", { enumerable: true, get: function () { return configcat_common_11.ClientReadyState; } });
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = "3.0.2";
exports.default = "3.1.0";

@@ -36,1 +36,2 @@ import * as configcatcommon from "configcat-common";

export { RefreshResult } from "configcat-common";
export { ClientReadyState } from "configcat-common";

@@ -1,1 +0,1 @@

export default "3.0.2";
export default "3.1.0";

@@ -43,3 +43,3 @@ import type { IAutoPollOptions, IConfigCatLogger, ILazyLoadingOptions, IManualPollOptions, LogLevel, OverrideBehaviour, SettingValue } from "configcat-common";

export { SettingType, Comparator } from "configcat-common";
export type { IConfigCatClient } from "configcat-common";
export type { IConfigCatClient, IConfigCatClientSnapshot } from "configcat-common";
export { SettingKeyValue } from "configcat-common";

@@ -52,2 +52,3 @@ export type { IEvaluationDetails, SettingTypeOf } from "configcat-common";

export type { IProvidesHooks, HookEvents } from "configcat-common";
export { ClientReadyState } from "configcat-common";
//# sourceMappingURL=index.d.ts.map
{
"name": "configcat-react",
"version": "3.0.2",
"version": "3.1.0",
"scripts": {

@@ -36,3 +36,3 @@ "build": "npm run build:esm && npm run build:cjs",

"dependencies": {
"configcat-common": "^8.0.2",
"configcat-common": "^8.1.0",
"tslib": "^2.4.1"

@@ -39,0 +39,0 @@ },

Sorry, the diff of this file is not supported yet

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