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
249
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.0 to 0.3.1-develop-64cc0c-lwqgqwqh

8

externaltask-input.js

@@ -70,2 +70,10 @@ const process = require('process');

externalTaskWorker.start();
node.on("close", async () => {
try {
externalTaskWorker.stop();
} catch {
console.warn('Client close failed');
}
});
}

@@ -72,0 +80,0 @@ );

7

package.json
{
"name": "@5minds/node-red-contrib-processcube",
"version": "0.3.0",
"version": "0.3.1-develop-64cc0c-lwqgqwqh",
"license": "MIT",
"description": "Node-RED nodes for ProcessCube",
"authors": [{
"authors": [
{
"name": "Martin Moellenbeck",

@@ -25,3 +26,3 @@ "email": "Martin.Moellenbeck@5Minds.de"

"node": ">=14",
"npm": ">=9.8"
"npm": ">=8.0.0"
},

@@ -28,0 +29,0 @@ "node-red": {

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