Socket
Socket
Sign inDemoInstall

@node-red/util

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/util - npm Package Compare versions

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

8

lib/util.js

@@ -529,3 +529,3 @@ /**

/*!
/**
* Get value of environment variable.

@@ -552,7 +552,5 @@ * @param {Node} node - accessing node

const group = flow.getGroupNode(node.g);
const [result, newName] = flow.getGroupEnvSetting(node, group, name);
if (result) {
return result.val;
if (group) {
return group.getSetting(name)
}
name = newName;
}

@@ -559,0 +557,0 @@ return flow.getSetting(name);

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

@@ -5,0 +5,0 @@ "repository": {

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