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

@5minds/node-red-contrib-processcube

Package Overview
Dependencies
Maintainers
26
Versions
358
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@5minds/node-red-contrib-processcube - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4-develop-ac960b-lxj34877

6

externaltask-output.js

@@ -10,5 +10,9 @@ module.exports = function(RED) {

node.on('input', function(msg) {
const externalTaskId = msg.externalTaskId;
if (!externalTaskId) {
node.error('Error: The message did not contain the required external task id.', msg);
}
eventEmitter.emit(`finish-${externalTaskId}`, msg.payload);

@@ -15,0 +19,0 @@ });

5

package.json
{
"name": "@5minds/node-red-contrib-processcube",
"version": "0.3.3",
"version": "0.3.4-develop-ac960b-lxj34877",
"license": "MIT",
"description": "Node-RED nodes for ProcessCube",
"authors": [{
"authors": [
{
"name": "Martin Moellenbeck",

@@ -8,0 +9,0 @@ "email": "Martin.Moellenbeck@5Minds.de"

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