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

arch-orchestrator

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arch-orchestrator - npm Package Compare versions

Comparing version 1.4.3 to 1.4.5

7

lib/orchestrator.js

@@ -77,3 +77,3 @@ 'use strict';

var res = fn.apply(fn, args);
if (res.then) {
if (res && res.then) {
return res.then(function (_res) {

@@ -198,2 +198,7 @@ return downstreamResult.call(orchestrator, _res, next, metadata);

// case when function chain is empty
if (!fn) {
return next;
}
// until end of chain is not reached

@@ -200,0 +205,0 @@ while (true) {

2

package.json
{
"name": "arch-orchestrator",
"version": "1.4.3",
"version": "1.4.5",
"description": "Orchestrator for large node.js applications",

@@ -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