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

node-red-contrib-sia-ultimate

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-sia-ultimate - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

2

CHANGELOG.md

@@ -11,3 +11,3 @@ # node-red-contrib-sia-ultimate

<p>
<b>Version 1.0.8</b> - April 2023<br/>
<b>Version 1.0.9</b> - April 2023<br/>
- FIX: fixed a crash when you select a server port already used by another service.<br/>

@@ -14,0 +14,0 @@ </p>

@@ -483,2 +483,12 @@

onClientConnectedUDP(serverudp);
// 27 /03 / 2024 handle connection error
serverudp.on('error', function (e) {
RED.log.error('siaendpointConfig: UDP Connection: servertcp.on(error) error: ' + e);
// node.nodeClients.forEach(oClient => {
// oClient.sendPayload({ errorDescription: e });
// })
});
serverudp.bind(node.port, () => {

@@ -485,0 +495,0 @@ try {

{
"name": "node-red-contrib-sia-ultimate",
"version": "1.0.8",
"version": "1.0.9",
"description": "Connect your SIA-DCS compatible alarm system to node-red. It works with Ajax System too.",

@@ -5,0 +5,0 @@ "author": "Supergiovane (https://github.com/Supergiovane)",

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