Socket
Socket
Sign inDemoInstall

@node-red/util

Package Overview
Dependencies
Maintainers
2
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.0-beta.1 to 2.2.0

11

lib/util.js

@@ -525,2 +525,13 @@ /**

function getSetting(node, name, flow_) {
if (node) {
if (name === "NR_NODE_NAME") {
return node.name;
}
if (name === "NR_NODE_ID") {
return node.id;
}
if (name === "NR_NODE_PATH") {
return node._path;
}
}
var flow = (flow_ ? flow_ : (node ? node._flow : null));

@@ -527,0 +538,0 @@ if (flow) {

4

package.json
{
"name": "@node-red/util",
"version": "2.2.0-beta.1",
"version": "2.2.0",
"license": "Apache-2.0",

@@ -19,3 +19,3 @@ "repository": {

"fs-extra": "10.0.0",
"i18next": "21.6.6",
"i18next": "21.6.10",
"json-stringify-safe": "5.0.1",

@@ -22,0 +22,0 @@ "jsonata": "1.8.5",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc