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.6 to 0.20.7

2

lib/nodes/flows/Flow.js

@@ -280,3 +280,3 @@ /**

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

@@ -283,0 +283,0 @@ } catch(err) {

{
"name": "@node-red/runtime",
"version": "0.20.6",
"version": "0.20.7",
"license": "Apache-2.0",

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

"dependencies": {
"@node-red/registry": "0.20.6",
"@node-red/util": "0.20.6",
"@node-red/registry": "0.20.7",
"@node-red/util": "0.20.7",
"clone": "2.1.2",
"express": "4.17.1",
"fs-extra": "8.0.1",
"fs-extra": "8.1.0",
"json-stringify-safe": "5.0.1",

@@ -26,0 +26,0 @@ "when": "3.7.8"

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