New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@splitsoftware/splitio

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

2

CHANGES.txt
10.26.1 (June XX, 2024)
- Updated the internal import of the 'os' module in NodeJS to use ES modules when bundling and running a .mjs file with the SDK code.
- Updated the internal imports of 'os' and 'ioredis' modules for NodeJS to use EcmaScript 'import' rather than CommonJS 'require' for the ES modules build, avoiding runtime errors when bundling or importing the SDK in a .mjs file.
- Updated @splitsoftware/splitio-commons package to version 1.15.1 that includes updates on input validation logs.

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

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

export var packageVersion = '10.26.1-rc.0';
export var packageVersion = '10.26.1-rc.1';
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.packageVersion = void 0;
exports.packageVersion = '10.26.1-rc.0';
exports.packageVersion = '10.26.1-rc.1';
{
"name": "@splitsoftware/splitio",
"version": "10.26.1-rc.0",
"version": "10.26.1-rc.1",
"description": "Split SDK",

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

"dependencies": {
"@splitsoftware/splitio-commons": "1.15.1-rc.0",
"@splitsoftware/splitio-commons": "1.15.1-rc.1",
"@types/google.analytics": "0.0.40",

@@ -46,0 +46,0 @@ "@types/ioredis": "^4.28.0",

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

export const packageVersion = '10.26.1-rc.0';
export const packageVersion = '10.26.1-rc.1';
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