@splitsoftware/splitio
Advanced tools
+3
-0
@@ -0,1 +1,4 @@ | ||
| 11.10.1 (February 3, 2026) | ||
| - Updated js-yaml dependency for vulnerability fixes. | ||
| 11.10.0 (January 28, 2026) | ||
@@ -2,0 +5,0 @@ - Updated @splitsoftware/splitio-commons package to version 2.11.0, which: |
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.packageVersion = void 0; | ||
| exports.packageVersion = '11.10.0'; | ||
| exports.packageVersion = '11.10.1-rc.0'; |
@@ -101,3 +101,3 @@ "use strict"; | ||
| previousMock = data; | ||
| yamldoc = js_yaml_1.default.safeLoad(data); | ||
| yamldoc = js_yaml_1.default.load(data); | ||
| } | ||
@@ -104,0 +104,0 @@ catch (e) { |
@@ -1,1 +0,1 @@ | ||
| export var packageVersion = '11.10.0'; | ||
| export var packageVersion = '11.10.1-rc.0'; |
@@ -97,3 +97,3 @@ import fs from 'fs'; | ||
| previousMock = data; | ||
| yamldoc = yaml.safeLoad(data); | ||
| yamldoc = yaml.load(data); | ||
| } | ||
@@ -100,0 +100,0 @@ catch (e) { |
+2
-2
| { | ||
| "name": "@splitsoftware/splitio", | ||
| "version": "11.10.0", | ||
| "version": "11.10.1-rc.0", | ||
| "description": "Split SDK", | ||
@@ -44,3 +44,3 @@ "files": [ | ||
| "ioredis": "^4.28.0", | ||
| "js-yaml": "^3.13.1", | ||
| "js-yaml": "^4.1.1", | ||
| "node-fetch": "^2.7.0", | ||
@@ -47,0 +47,0 @@ "tslib": "^2.3.1", |
@@ -1,1 +0,1 @@ | ||
| export const packageVersion = '11.10.0'; | ||
| export const packageVersion = '11.10.1-rc.0'; |
@@ -118,3 +118,3 @@ import fs from 'fs'; | ||
| yamldoc = yaml.safeLoad(data); | ||
| yamldoc = yaml.load(data); | ||
| } catch (e) { | ||
@@ -121,0 +121,0 @@ log.error(e); |
Network access
Supply chain riskThis module accesses the network.
Found 3 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 7 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 3 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 7 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
283017
0.03%1
Infinity%+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
Updated