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.1.2-6ff015e-202403131147.0 to 2.1.2-a15d6db-202403131205.0

6

lib/launcher.js

@@ -426,3 +426,7 @@ const fs = require('fs')

} catch (error) {
this.logBuffer.add({ level: 'system', msg: `Node-RED health check failed: ${error.toString()} (${pollUrl})` })
if (this.state === States.STARTING) {
this.logBuffer.add({ level: 'system', msg: 'Node-RED health check: waiting for Node-RED to start' })
} else {
this.logBuffer.add({ level: 'system', msg: `Node-RED health check failed: ${error.toString()} (${pollUrl})` })
}
console.log('Failed to poll NR on ', pollUrl, error)

@@ -429,0 +433,0 @@ statusCode = error.response?.statusCode || 500

2

package.json
{
"name": "@flowfuse/nr-launcher",
"version": "2.1.2-6ff015e-202403131147.0",
"version": "2.1.2-a15d6db-202403131205.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