Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-red-contrib-actionflows

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-actionflows - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

4

actionflows/actionflows.js

@@ -218,2 +218,4 @@ module.exports = function(RED) {

function getTypeInputValue(t, v) {
var globalContext = node.context().global;
var flowContext = node.context().flow;
var r = '';

@@ -257,5 +259,7 @@ switch(t) {

case "flow":
var flowContext = node.context().flow;
flowContext.set(property, value);
break;
case "global":
var globalContext = node.context().global;
globalContext.set(property, value);

@@ -262,0 +266,0 @@ break;

2

package.json
{
"name": "node-red-contrib-actionflows",
"version": "1.2.0",
"version": "1.2.1",
"description": "Create extendable, loopable, and reusable design patterns for flows.",

@@ -5,0 +5,0 @@ "author": "Stephen J. Carnam <steveorevo@gmail.com>",

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