Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@platformatic/foundation

Package Overview
Dependencies
Maintainers
9
Versions
74
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.36.0
to
3.37.0
+9
-0
lib/schema.js

@@ -1341,2 +1341,11 @@ export function overridableValue (spec, defaultValue) {

},
startupConcurrency: {
anyOf: [
{
type: 'number',
minimum: 1
},
{ type: 'string' }
]
},
messagingTimeout: {

@@ -1343,0 +1352,0 @@ anyOf: [

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

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