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

kameleoon-client-javascript

Package Overview
Dependencies
Maintainers
3
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kameleoon-client-javascript - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

1

dist/configurations/configuration.js

@@ -13,2 +13,3 @@ "use strict";

this.settings = configuration.configuration;
this.configuration = configuration;
this.experiments = configuration.experiments.reduce(function (obj, experiment) {

@@ -15,0 +16,0 @@ obj[experiment.id] = new experiment_1.default(experiment);

2

dist/kameleoonClient.js

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

featureFlags: (_b = _this.configurations.configuration) === null || _b === void 0 ? void 0 : _b.featureFlags,
featureFlagConfigurations: (_c = _this.configurations.configuration) === null || _c === void 0 ? void 0 : _c.featureFlagsV2,
featureFlagConfigurations: (_c = _this.configurations.configuration) === null || _c === void 0 ? void 0 : _c.featureFlagConfigurations,
configuration: _this.configurations.settings,

@@ -673,0 +673,0 @@ },

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.HttpMethod = void 0;
var VERSION = "2.0.0";
var VERSION = "2.0.1";
var KameleoonUtils = /** @class */ (function () {

@@ -6,0 +6,0 @@ function KameleoonUtils() {

{
"name": "kameleoon-client-javascript",
"version": "2.0.0",
"version": "2.0.1",
"description": "JavaScript SDK client",

@@ -5,0 +5,0 @@ "main": "dist/kameleoonClient.js",

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