Socket
Socket
Sign inDemoInstall

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 4.6.1 to 4.6.2

4

lib/cjs/ConfigCatClient.d.ts

@@ -31,5 +31,5 @@ import { IConfigCatKernel } from "./index";

dispose(): void;
/** Returns all values of a feature flag or setting */
/** Returns the values of all feature flags or settings */
getAllValues(callback: (result: SettingKeyValue[]) => void, user?: User): void;
/** Returns all values of a feature flag or setting */
/** Returns the values of all feature flags or settings */
getAllValuesAsync(user?: User): Promise<SettingKeyValue[]>;

@@ -36,0 +36,0 @@ }

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = "4.6.1";
exports.default = "4.6.2";

@@ -31,5 +31,5 @@ import { IConfigCatKernel } from "./index";

dispose(): void;
/** Returns all values of a feature flag or setting */
/** Returns the values of all feature flags or settings */
getAllValues(callback: (result: SettingKeyValue[]) => void, user?: User): void;
/** Returns all values of a feature flag or setting */
/** Returns the values of all feature flags or settings */
getAllValuesAsync(user?: User): Promise<SettingKeyValue[]>;

@@ -36,0 +36,0 @@ }

@@ -31,5 +31,5 @@ import { IConfigCatKernel } from "./index";

dispose(): void;
/** Returns all values of a feature flag or setting */
/** Returns the values of all feature flags or settings */
getAllValues(callback: (result: SettingKeyValue[]) => void, user?: User): void;
/** Returns all values of a feature flag or setting */
/** Returns the values of all feature flags or settings */
getAllValuesAsync(user?: User): Promise<SettingKeyValue[]>;

@@ -36,0 +36,0 @@ }

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

export default "4.6.1";
export default "4.6.2";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = "4.6.1";
exports.default = "4.6.2";
{
"name": "configcat-common",
"version": "4.6.1",
"version": "4.6.2",
"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",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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