🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@splitsoftware/splitio-redux

Package Overview
Dependencies
Maintainers
6
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@splitsoftware/splitio-redux - npm Package Compare versions

Comparing version

to
2.2.1

3

CHANGES.txt

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

2.2.1 (June 3, 2025)
- Updated @splitsoftware/splitio package to version 11.4.1, which improves the Proxy fallback to flag spec version 1.2 by handling the case when the Proxy does not return an end-of-stream marker in 400 status code responses.
2.2.0 (May 28, 2025)

@@ -2,0 +5,0 @@ - Added support for rule-based segments. These segments determine membership at runtime by evaluating their configured rules against the user attributes provided to the SDK.

2

cjs/constants.js

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

exports.DEFAULT_SPLIT_STATE_SLICE = 'splitio';
exports.VERSION = 'redux-' + '2.2.0';
exports.VERSION = 'redux-' + '2.2.1';
// Treatments

@@ -9,0 +9,0 @@ exports.ON = 'on';

// Default value for the key where the Split piece of state is expected to be mounted.
export var DEFAULT_SPLIT_STATE_SLICE = 'splitio';
export var VERSION = 'redux-' + '2.2.0';
export var VERSION = 'redux-' + '2.2.1';
// Treatments

@@ -5,0 +5,0 @@ export var ON = 'on';

{
"name": "@splitsoftware/splitio-redux",
"version": "2.2.0",
"version": "2.2.1",
"description": "A library to easily use Split JS SDK with Redux and React Redux",

@@ -62,3 +62,3 @@ "main": "cjs/index.js",

"dependencies": {
"@splitsoftware/splitio": "11.4.0",
"@splitsoftware/splitio": "11.4.1",
"tslib": "^2.3.1"

@@ -65,0 +65,0 @@ },