Socket
Socket
Sign inDemoInstall

@node-red/util

Package Overview
Dependencies
12
Maintainers
0
Versions
106
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0-beta.3-1 to 4.0.0

4

lib/util.js

@@ -865,3 +865,3 @@ /**

} else {
var isArray = util.isArray(msg.msg);
var isArray = Array.isArray(msg.msg);
var needsStringify = isArray;

@@ -910,3 +910,3 @@ if (isArray) {

value = value.toString()
} else if (util.isArray(value) && value.length > debuglength) {
} else if (Array.isArray(value) && value.length > debuglength) {
value = {

@@ -913,0 +913,0 @@ __enc__: true,

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

@@ -18,10 +18,10 @@ "repository": {

"dependencies": {
"fs-extra": "11.1.1",
"fs-extra": "11.2.0",
"i18next": "21.10.0",
"json-stringify-safe": "5.0.1",
"jsonata": "2.0.4",
"jsonata": "2.0.5",
"lodash.clonedeep": "^4.5.0",
"moment": "2.29.4",
"moment-timezone": "0.5.43"
"moment": "2.30.1",
"moment-timezone": "0.5.45"
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc