Socket
Socket
Sign inDemoInstall

flowa

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flowa - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

7

index.js

@@ -347,4 +347,9 @@ /**

callback = function(error, result) {
runVariables.context[taskName] = result;
if (typeof result != 'undefined') {
runVariables.context[taskName] = result;
}
runTaskCallback(error, result);
};

@@ -351,0 +356,0 @@

2

package.json
{
"name": "flowa",
"version": "4.0.0",
"version": "4.0.1",
"description": "Service level control flow for Node.js",

@@ -5,0 +5,0 @@ "main": "index.js",

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