You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@splitsoftware/splitio

Package Overview
Dependencies
Maintainers
6
Versions
504
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@splitsoftware/splitio - npm Package Compare versions

Comparing version

to
11.4.0

6

CHANGES.txt

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

11.4.0 (May 20, 2025)
- Added support for targeting rules based on rule-based segments.
- Added support for feature flag prerequisites.
11.4.0 (May 28, 2025)
- 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.
- Added support for feature flag prerequisites. This allows customers to define dependency conditions between flags, which are evaluated before any allowlists or targeting rules.
- Updated @splitsoftware/splitio-commons package to version 2.4.0.

@@ -5,0 +5,0 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.packageVersion = void 0;
exports.packageVersion = '11.3.1-rc.0';
exports.packageVersion = '11.4.0';

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

export var packageVersion = '11.3.1-rc.0';
export var packageVersion = '11.4.0';
{
"name": "@splitsoftware/splitio",
"version": "11.3.1-rc.0",
"version": "11.4.0",
"description": "Split SDK",

@@ -41,3 +41,3 @@ "files": [

"dependencies": {
"@splitsoftware/splitio-commons": "2.3.1-rc.0",
"@splitsoftware/splitio-commons": "2.4.0",
"bloom-filters": "^3.0.4",

@@ -44,0 +44,0 @@ "ioredis": "^4.28.0",

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

export const packageVersion = '11.3.1-rc.0';
export const packageVersion = '11.4.0';