Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@platformatic/control

Package Overview
Dependencies
Maintainers
9
Versions
329
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@platformatic/control - npm Package Compare versions

Comparing version
3.39.0
to
3.40.0
+1
-1
lib/index.js

@@ -145,3 +145,3 @@ import { createDebugLogger, ensureLoggableError, safeRemove } from '@platformatic/foundation'

// If it is just a non running runtime, we can remove its tmp dir, otherwise we log the error
if (metadataRequest.reason.code !== 'ECONNREFUSED') {
if (metadataRequest.reason.code !== 'ECONNREFUSED' && metadataRequest.reason.code !== 'ENOENT') {
this.#logger?.warn(

@@ -148,0 +148,0 @@ { error: ensureLoggableError(metadataRequest.reason) },

{
"name": "@platformatic/control",
"version": "3.39.0",
"version": "3.40.0",
"description": "Platformatic Control",

@@ -26,4 +26,4 @@ "main": "lib/index.js",

"typescript": "^5.5.4",
"@platformatic/runtime": "3.39.0",
"@platformatic/service": "3.39.0"
"@platformatic/runtime": "3.40.0",
"@platformatic/service": "3.40.0"
},

@@ -38,3 +38,3 @@ "dependencies": {

"ws": "^8.16.0",
"@platformatic/foundation": "3.39.0"
"@platformatic/foundation": "3.40.0"
},

@@ -41,0 +41,0 @@ "tsd": {