Socket
Socket
Sign inDemoInstall

@node-red/runtime

Package Overview
Dependencies
Maintainers
2
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@node-red/runtime - npm Package Compare versions

Comparing version 0.20.0 to 0.20.1

locales/ko/runtime.json

6

lib/nodes/flows/Flow.js

@@ -250,2 +250,3 @@ /**

}
// this.trace(" stopList: "+stopList.join(","))
// Convert the list to a map to avoid multiple scans of the list

@@ -265,4 +266,5 @@ var removedMap = {};

try {
var subflow = this.subflowInstanceNodes[stopList[i]];
promises.push(stopNode(node,false).then(() => { subflow.stop() }));
(function(subflow) {
promises.push(stopNode(node,false).then(() => { subflow.stop() }));
})(this.subflowInstanceNodes[stopList[i]]);
} catch(err) {

@@ -269,0 +271,0 @@ node.error(err);

@@ -168,3 +168,4 @@ /**

this.node.on("close", function() { this.status({}); })
this.node.status = status => this.parent.handleStatus(this.node,status);
this.node._updateWires = this.node.updateWires;

@@ -171,0 +172,0 @@

{
"name": "@node-red/runtime",
"version": "0.20.0",
"version": "0.20.1",
"license": "Apache-2.0",

@@ -19,4 +19,4 @@ "main": "./lib/index.js",

"dependencies": {
"@node-red/registry": "0.20.0",
"@node-red/util": "0.20.0",
"@node-red/registry": "0.20.1",
"@node-red/util": "0.20.1",
"clone": "2.1.2",

@@ -23,0 +23,0 @@ "express": "4.16.4",

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