node-red-contrib-circuit
Advanced tools
@@ -15,3 +15,3 @@ module.exports = RED => { | ||
| if (node.server.connected) { | ||
| node.server.client.addTextItem(node.convId, msg.payload) | ||
| node.server.client.addTextItem(node.convId, msg.payload.content) | ||
| .then(item => { | ||
@@ -18,0 +18,0 @@ node.log('message sent'); |
+1
-1
@@ -52,3 +52,3 @@ { | ||
| }, | ||
| "version": "2.0.2" | ||
| "version": "2.0.3" | ||
| } |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
83689
0.01%