@node-red/util
Advanced tools
Comparing version 4.0.0-beta.3-1 to 4.0.0
@@ -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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
76589
+ Addedfs-extra@11.2.0(transitive)
+ Addedjsonata@2.0.5(transitive)
+ Addedmoment@2.30.1(transitive)
+ Addedmoment-timezone@0.5.45(transitive)
- Removedfs-extra@11.1.1(transitive)
- Removedjsonata@2.0.4(transitive)
- Removedmoment@2.29.4(transitive)
- Removedmoment-timezone@0.5.43(transitive)
Updatedfs-extra@11.2.0
Updatedjsonata@2.0.5
Updatedmoment@2.30.1
Updatedmoment-timezone@0.5.45