Socket
Socket
Sign inDemoInstall

@node-red/runtime

Package Overview
Dependencies
119
Maintainers
2
Versions
105
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0-beta.3 to 4.0.0-beta.4

2

lib/api/settings.js

@@ -107,3 +107,3 @@ /**

safeSettings.libraries = runtime.library.getLibraries();
if (util.isArray(runtime.settings.paletteCategories)) {
if (Array.isArray(runtime.settings.paletteCategories)) {
safeSettings.paletteCategories = runtime.settings.paletteCategories;

@@ -110,0 +110,0 @@ }

@@ -380,3 +380,3 @@ /**

return;
} else if (!util.isArray(msg)) {
} else if (!Array.isArray(msg)) {
// A single message has been passed in

@@ -429,3 +429,3 @@ if (typeof msg !== 'object') {

if (msgs !== null && typeof msgs !== "undefined") {
if (!util.isArray(msgs)) {
if (!Array.isArray(msgs)) {
msgs = [msgs];

@@ -432,0 +432,0 @@ }

{
"name": "@node-red/runtime",
"version": "4.0.0-beta.3",
"version": "4.0.0-beta.4",
"license": "Apache-2.0",

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

"dependencies": {
"@node-red/registry": "4.0.0-beta.3",
"@node-red/util": "4.0.0-beta.3",
"async-mutex": "0.4.0",
"@node-red/registry": "4.0.0-beta.4",
"@node-red/util": "4.0.0-beta.4",
"async-mutex": "0.5.0",
"clone": "2.1.2",
"express": "4.19.2",
"fs-extra": "11.1.1",
"fs-extra": "11.2.0",
"json-stringify-safe": "5.0.1",

@@ -27,0 +27,0 @@ "rfdc": "^1.3.1"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc