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

@flowfuse/nr-project-nodes

Package Overview
Dependencies
Maintainers
3
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flowfuse/nr-project-nodes - npm Package Compare versions

Comparing version 0.6.3-dacd505-202403201005.0 to 0.6.3

4

CHANGELOG.md

@@ -0,1 +1,5 @@

### 0.6.3
- Add a 2 minute session expiry on the mqtt connection (#69) @knolleary
### 0.6.2

@@ -2,0 +6,0 @@

@@ -583,4 +583,9 @@ module.exports = function (RED) {

protocolVersion: 5,
clean: false,
reconnectPeriod: RED.settings.mqttReconnectTime || 5000,
properties: {
// Allow the broker to keep the session alive for 2 minutes after
// a disconnect. This ensures short-connectivity blips do not lead to
// inbound message loss.
sessionExpiryInterval: 120,
requestResponseInformation: true,

@@ -587,0 +592,0 @@ requestProblemInformation: true,

2

package.json
{
"name": "@flowfuse/nr-project-nodes",
"version": "0.6.3-dacd505-202403201005.0",
"version": "0.6.3",
"description": "A collection of Node-RED nodes for easy communication between Node-RED instances running in the FlowFuse platform",

@@ -5,0 +5,0 @@ "scripts": {

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