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 1.1.0-beta.1 to 1.1.0-beta.2

7

lib/nodes/flows/util.js

@@ -266,3 +266,3 @@ /**

}
// This node has been removed
// This node has been removed or its flow disabled
if (removed[node.z] || !newConfig.allNodes.hasOwnProperty(id)) {

@@ -282,2 +282,7 @@ removed[id] = node;

} else {
var currentState = node.d;
var newState = newConfig.allNodes[id].d;
if (!currentState && newState) {
removed[id] = node;
}
// This node has a material configuration change

@@ -284,0 +289,0 @@ if (diffNodes(node,newConfig.allNodes[id]) || newConfig.allNodes[id].credentials) {

@@ -34,2 +34,4 @@ {

"install-failed-not-found": "$t(server.install.install-failed-long) モジュールが見つかりません",
"install-failed-name": "$t(server.install.install-failed-long) 不正なモジュール名: __name__",
"install-failed-url": "$t(server.install.install-failed-long) 不正なURL: __url__",
"upgrading": "モジュール __name__ をバージョン __version__ に更新します",

@@ -36,0 +38,0 @@ "upgraded": "モジュール __name__ を更新しました。新しいバージョンを使うには、Node-REDを再起動してください。",

6

package.json
{
"name": "@node-red/runtime",
"version": "1.1.0-beta.1",
"version": "1.1.0-beta.2",
"license": "Apache-2.0",

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

"dependencies": {
"@node-red/registry": "1.1.0-beta.1",
"@node-red/util": "1.1.0-beta.1",
"@node-red/registry": "1.1.0-beta.2",
"@node-red/util": "1.1.0-beta.2",
"clone": "2.1.2",

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

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