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

@node-red/nodes

Package Overview
Dependencies
Maintainers
2
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@node-red/nodes - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

4

core/network/32-udp.js

@@ -183,2 +183,6 @@ /**

sock = udpInputPortsInUse[p];
if (node.multicast != "false") {
sock.setBroadcast(true);
sock.setMulticastLoopback(false);
}
node.log(RED._("udp.status.re-use",{outport:node.outport,host:node.addr,port:node.port}));

@@ -185,0 +189,0 @@ if (node.iface) { node.status({text:n.iface+" : "+node.iface}); }

4

package.json
{
"name": "@node-red/nodes",
"version": "1.0.5",
"version": "1.0.6",
"license": "Apache-2.0",

@@ -25,3 +25,3 @@ "repository": {

"cors": "2.8.5",
"cron": "1.8.2",
"cron": "1.7.2",
"denque": "1.4.1",

@@ -28,0 +28,0 @@ "fs-extra": "8.1.0",

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