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

@splitsoftware/splitio-redux

Package Overview
Dependencies
Maintainers
8
Versions
80
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 1.10.1-rc.0 to 1.10.1-rc.1

7

CHANGES.txt

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

1.10.1 (March 26, 2023)
- Updated the build process and added the `tslib` package as an explicit dependency to import TypeScript helpers, thereby avoiding duplicated helper code in the output files.
- Updated @splitsoftware/splitio package to version 10.25.2, which includes vulnerability fixes and other improvements.
1.10.1 (March 27, 2023)
- Updated the build process and added the `tslib` package as an explicit dependency to import TypeScript helpers, thereby avoiding duplicated helper code in the output files.
- Updated @splitsoftware/splitio package to version 10.25.2, which includes vulnerability fixes and other improvements.
- Updated Redux-Thunk peer dependency range to include redux-thunk@3.x.x.

@@ -5,0 +6,0 @@ 1.10.0 (December 18, 2023)

// 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-' + '1.10.1-rc.0';
export var VERSION = 'redux-' + '1.10.1-rc.1';
// Treatments

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

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

exports.DEFAULT_SPLIT_STATE_SLICE = 'splitio';
exports.VERSION = 'redux-' + '1.10.1-rc.0';
exports.VERSION = 'redux-' + '1.10.1-rc.1';
// Treatments

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

{
"name": "@splitsoftware/splitio-redux",
"version": "1.10.1-rc.0",
"version": "1.10.1-rc.1",
"description": "A library to easily use Split JS SDK with Redux and React Redux",

@@ -96,3 +96,3 @@ "main": "lib/index.js",

"redux": ">=2.0.0",
"redux-thunk": "^2.0.0"
"redux-thunk": ">=2.0.0"
},

@@ -99,0 +99,0 @@ "peerDependenciesMeta": {

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