New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@atlaskit/feature-gate-js-client

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/feature-gate-js-client - npm Package Compare versions

Comparing version 4.15.0 to 4.15.1

6

CHANGELOG.md
# @atlaskit/feature-gate-js-client
## 4.15.1
### Patch Changes
- [#89200](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/89200) [`74d711290a14`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/74d711290a14) - Ensure the `DynamicConfig` class is exported, so that new instances can be created for testing.
## 4.15.0

@@ -4,0 +10,0 @@

@@ -8,2 +8,8 @@ "use strict";

});
Object.defineProperty(exports, "DynamicConfig", {
enumerable: true,
get: function get() {
return _statsigJsLite.DynamicConfig;
}
});
Object.defineProperty(exports, "EvaluationReason", {

@@ -10,0 +16,0 @@ enumerable: true,

2

dist/cjs/client/version.js

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

exports.CLIENT_VERSION = void 0;
var CLIENT_VERSION = exports.CLIENT_VERSION = "0.0.0-development";
var CLIENT_VERSION = exports.CLIENT_VERSION = "4.15.1";

@@ -7,2 +7,8 @@ "use strict";

});
Object.defineProperty(exports, "DynamicConfig", {
enumerable: true,
get: function get() {
return _client.DynamicConfig;
}
});
Object.defineProperty(exports, "EvaluationReason", {

@@ -9,0 +15,0 @@ enumerable: true,

@@ -6,3 +6,3 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";

import { CLIENT_VERSION } from './version';
export { EvaluationReason } from 'statsig-js-lite';
export { DynamicConfig, EvaluationReason } from 'statsig-js-lite';
export { FeatureGateEnvironment, PerimeterType } from './types';

@@ -9,0 +9,0 @@ const DEFAULT_CLIENT_KEY = 'client-default-key';

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

export const CLIENT_VERSION = "0.0.0-development";
export const CLIENT_VERSION = "4.15.1";
export { default, FeatureGateEnvironment, PerimeterType,
// Statsig
EvaluationReason } from './client';
DynamicConfig, EvaluationReason } from './client';

@@ -15,3 +15,3 @@ import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";

import { CLIENT_VERSION } from './version';
export { EvaluationReason } from 'statsig-js-lite';
export { DynamicConfig, EvaluationReason } from 'statsig-js-lite';
export { FeatureGateEnvironment, PerimeterType } from './types';

@@ -18,0 +18,0 @@ var DEFAULT_CLIENT_KEY = 'client-default-key';

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

export var CLIENT_VERSION = "0.0.0-development";
export var CLIENT_VERSION = "4.15.1";
export { default, FeatureGateEnvironment, PerimeterType,
// Statsig
EvaluationReason } from './client';
DynamicConfig, EvaluationReason } from './client';
import { DynamicConfig, LocalOverrides } from 'statsig-js-lite';
import { FetcherOptions } from './fetcher';
import { ClientOptions, CustomAttributes, FromValuesClientOptions, GetExperimentOptions, GetExperimentValueOptions, Identifiers } from './types';
export type { DynamicConfig, EvaluationDetails, LocalOverrides, } from 'statsig-js-lite';
export { EvaluationReason } from 'statsig-js-lite';
export type { EvaluationDetails, LocalOverrides } from 'statsig-js-lite';
export { DynamicConfig, EvaluationReason } from 'statsig-js-lite';
export type { AnalyticsWebClient, ClientOptions, CustomAttributes, FromValuesClientOptions, GetExperimentOptions, GetExperimentValueOptions, Identifiers, InitializeValues, UpdateUserCompletionCallback, } from './types';

@@ -7,0 +7,0 @@ export { FeatureGateEnvironment, PerimeterType } from './types';

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

export type { AnalyticsWebClient, ClientOptions, CustomAttributes, FromValuesClientOptions, GetExperimentOptions, GetExperimentValueOptions, Identifiers, InitializeValues, UpdateUserCompletionCallback, DynamicConfig, EvaluationDetails, LocalOverrides, } from './client';
export { default, FeatureGateEnvironment, PerimeterType, EvaluationReason, } from './client';
export type { AnalyticsWebClient, ClientOptions, CustomAttributes, FromValuesClientOptions, GetExperimentOptions, GetExperimentValueOptions, Identifiers, InitializeValues, UpdateUserCompletionCallback, EvaluationDetails, LocalOverrides, } from './client';
export { default, FeatureGateEnvironment, PerimeterType, DynamicConfig, EvaluationReason, } from './client';
import { DynamicConfig, LocalOverrides } from 'statsig-js-lite';
import { FetcherOptions } from './fetcher';
import { ClientOptions, CustomAttributes, FromValuesClientOptions, GetExperimentOptions, GetExperimentValueOptions, Identifiers } from './types';
export type { DynamicConfig, EvaluationDetails, LocalOverrides, } from 'statsig-js-lite';
export { EvaluationReason } from 'statsig-js-lite';
export type { EvaluationDetails, LocalOverrides } from 'statsig-js-lite';
export { DynamicConfig, EvaluationReason } from 'statsig-js-lite';
export type { AnalyticsWebClient, ClientOptions, CustomAttributes, FromValuesClientOptions, GetExperimentOptions, GetExperimentValueOptions, Identifiers, InitializeValues, UpdateUserCompletionCallback, } from './types';

@@ -7,0 +7,0 @@ export { FeatureGateEnvironment, PerimeterType } from './types';

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

export type { AnalyticsWebClient, ClientOptions, CustomAttributes, FromValuesClientOptions, GetExperimentOptions, GetExperimentValueOptions, Identifiers, InitializeValues, UpdateUserCompletionCallback, DynamicConfig, EvaluationDetails, LocalOverrides, } from './client';
export { default, FeatureGateEnvironment, PerimeterType, EvaluationReason, } from './client';
export type { AnalyticsWebClient, ClientOptions, CustomAttributes, FromValuesClientOptions, GetExperimentOptions, GetExperimentValueOptions, Identifiers, InitializeValues, UpdateUserCompletionCallback, EvaluationDetails, LocalOverrides, } from './client';
export { default, FeatureGateEnvironment, PerimeterType, DynamicConfig, EvaluationReason, } from './client';
{
"name": "@atlaskit/feature-gate-js-client",
"version": "4.15.0",
"version": "4.15.1",
"description": "Atlassians wrapper for the Statsig js-lite client.",

@@ -5,0 +5,0 @@ "author": "Atlassian Pty Ltd",

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