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.11.0
to
3.12.0
+28
-1
lib/schema.js

@@ -681,2 +681,27 @@ export function overridableValue (spec, defaultValue) {

export const policies = {
type: 'object',
properties: {
deny: {
type: 'object',
patternProperties: {
'^.*$': {
oneOf: [
{ type: 'string' },
{
type: 'array',
items: {
type: 'string'
},
minItems: 1
}
]
}
}
}
},
required: ['deny'],
additionalProperties: false
}
export const applications = {

@@ -1227,3 +1252,4 @@ type: 'array',

}
}
},
policies
}

@@ -1253,2 +1279,3 @@

telemetry,
policies,
applications,

@@ -1255,0 +1282,0 @@ runtimeProperties,

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

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