Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@flowfuse/nr-launcher

Package Overview
Dependencies
Maintainers
3
Versions
229
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flowfuse/nr-launcher - npm Package Compare versions

Comparing version 2.0.2-493aff9-202401231350.0 to 2.1.1-671ae76-202402151353.0

4

CHANGELOG.md

@@ -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) {

2

package.json
{
"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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc