You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@splitsoftware/splitio

Package Overview
Dependencies
Maintainers
6
Versions
490
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.1.1-rc.0

3

CHANGES.txt

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

11.2.0 (March 28, 2025)
- Added new optional argument to the client `getTreatment` methods to allow passing additional evaluation options, such as a map of properties to append to the generated impression object sent to Split's backend. Read more in our docs.
11.1.0 (January 17, 2025)

@@ -2,0 +5,0 @@ - Added support for the new impressions tracking toggle available on feature flags, both respecting the setting and including the new field being returned on `SplitView` type objects. Read more in our docs.

2

cjs/settings/defaults/version.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.packageVersion = void 0;
exports.packageVersion = '11.1.0';
exports.packageVersion = '11.1.1-rc.0';

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

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

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

"dependencies": {
"@splitsoftware/splitio-commons": "2.1.0",
"@splitsoftware/splitio-commons": "2.1.1-rc.1",
"bloom-filters": "^3.0.4",

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

@@ -68,2 +68,3 @@ # Split SDK for JavaScript

* Angular [Github](https://github.com/splitio/angular-sdk-plugin) [Docs](https://help.split.io/hc/en-us/articles/6495326064397-Angular-utilities)
* Elixir thin-client [Github](https://github.com/splitio/elixir-thin-client) [Docs](https://help.split.io/hc/en-us/articles/26988707417869-Elixir-Thin-Client-SDK)
* Flutter [Github](https://github.com/splitio/flutter-sdk-plugin) [Docs](https://help.split.io/hc/en-us/articles/8096158017165-Flutter-plugin)

@@ -70,0 +71,0 @@ * GO [Github](https://github.com/splitio/go-client) [Docs](https://help.split.io/hc/en-us/articles/360020093652-Go-SDK)

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

export const packageVersion = '11.1.0';
export const packageVersion = '11.1.1-rc.0';