@flowfuse/nr-launcher
Advanced tools
Comparing version 2.0.2-493aff9-202401231350.0 to 2.1.1-671ae76-202402151353.0
@@ -0,1 +1,5 @@ | ||
#### 2.1.0: Release | ||
- Log passthrough (#207) @hardillb | ||
#### 2.0.1: Release | ||
@@ -2,0 +6,0 @@ |
@@ -13,2 +13,3 @@ const os = require('node:os') | ||
this.lastLogTimestampCount = 0 | ||
this.passThroughLogging = false | ||
} | ||
@@ -29,2 +30,4 @@ | ||
console.log(logEntry.msg) | ||
} else if (process.env.FORGE_LOG_PASSTHROUGH) { | ||
console.log(JSON.stringify(logEntry)) | ||
} | ||
@@ -31,0 +34,0 @@ if (!logEntry.src) { |
{ | ||
"name": "@flowfuse/nr-launcher", | ||
"version": "2.0.2-493aff9-202401231350.0", | ||
"version": "2.1.1-671ae76-202402151353.0", | ||
"description": "FlowFuse Launcher for running Node-RED", | ||
@@ -5,0 +5,0 @@ "exports": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
547765
3161
38