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
76
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.31.0
to
3.32.0-alpha.0
+6
-27
lib/schema.js

@@ -231,2 +231,3 @@ export function overridableValue (spec, defaultValue) {

type: 'string',
default: 'info',
oneOf: [

@@ -340,2 +341,3 @@ {

required: ['level'],
default: {},

@@ -610,3 +612,4 @@ additionalProperties: true

maxYoungGeneration: overridableValue({ type: 'number', minimum: 0 }, 128 * Math.pow(1024, 2)), // 128MB,
codeRangeSize: overridableValue({ type: 'number', minimum: 0 }, 268435456)
codeRangeSize: overridableValue({ type: 'number', minimum: 0 }, 268435456),
noHeapCheck: overridableValue({ type: 'boolean' }, false)
},

@@ -727,23 +730,2 @@ additionalProperties: false

export const compileCache = {
anyOf: [
{ type: 'boolean' },
{
type: 'object',
properties: {
enabled: {
type: 'boolean',
default: true,
description: 'Enable Node.js module compile cache for faster startup'
},
directory: {
type: 'string',
description: 'Directory to store compile cache. Defaults to .plt/compile-cache in app root'
}
},
additionalProperties: false
}
]
}
export const application = {

@@ -893,4 +875,3 @@ type: 'object',

}
},
compileCache
}
}

@@ -1368,4 +1349,3 @@ }

},
policies,
compileCache
policies
}

@@ -1427,3 +1407,2 @@

policies,
compileCache,
applications,

@@ -1430,0 +1409,0 @@ runtimeProperties,

+1
-1
{
"name": "@platformatic/foundation",
"version": "3.31.0",
"version": "3.32.0-alpha.0",
"description": "Platformatic Foundation",

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