You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@platformatic/foundation

Package Overview
Dependencies
Maintainers
9
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@platformatic/foundation - npm Package Compare versions

Comparing version
3.7.1
to
3.8.0
+19
-1
lib/schema.js

@@ -52,2 +52,19 @@ export function overridableValue (spec, defaultValue) {

const verticalScaler = {
type: 'object',
properties: {
enabled: { type: 'boolean', default: true },
maxTotalWorkers: { type: 'number', minimum: 1 },
minWorkers: { type: 'number', minimum: 1 },
maxWorkers: { type: 'number', minimum: 1 },
scaleUpELU: { type: 'number', minimum: 0, maximum: 1 },
scaleDownELU: { type: 'number', minimum: 0, maximum: 1 },
minELUDiff: { type: 'number', minimum: 0, maximum: 1 },
timeWindowSec: { type: 'number', minimum: 0 },
cooldownSec: { type: 'number', minimum: 0 },
scaleIntervalSec: { type: 'number', minimum: 0 }
},
additionalProperties: false
}
export const preload = {

@@ -837,3 +854,3 @@ anyOf: [

web: applications,
workers: { ...workers, default: 1 },
workers: { ...workers },
workersRestartDelay: {

@@ -1115,2 +1132,3 @@ anyOf: [

telemetry,
verticalScaler,
inspectorOptions: {

@@ -1117,0 +1135,0 @@ type: 'object',

+1
-1
{
"name": "@platformatic/foundation",
"version": "3.7.1",
"version": "3.8.0",
"description": "Platformatic Foundation",

@@ -5,0 +5,0 @@ "main": "index.js",