New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@node-ts/bus-workflow

Package Overview
Dependencies
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@node-ts/bus-workflow - npm Package Compare versions

Comparing version 0.6.6 to 0.6.7

2

dist/workflow/registry/workflow-handler-proxy.js

@@ -23,3 +23,3 @@ "use strict";

if (!workflowDataItems.length) {
this.logger.info('No existing workflow data found for message. Ignoring.', { message });
this.logger.debug('No existing workflow data found for message. Ignoring.', { message });
return;

@@ -26,0 +26,0 @@ }

{
"name": "@node-ts/bus-workflow",
"description": "A workflow engine for orchestrating logic flows in distributed applications.",
"version": "0.6.6",
"version": "0.6.7",
"license": "MIT",

@@ -58,3 +58,3 @@ "main": "./dist/index.js",

],
"gitHead": "73ceeae0e133da77a3ee2015477f3e0c05bff04b"
"gitHead": "3c54fa54a14105bbdd95d95ac4d45263635b67a1"
}

@@ -36,3 +36,3 @@ import { Message, MessageAttributes } from '@node-ts/bus-messages'

if (!workflowDataItems.length) {
this.logger.info('No existing workflow data found for message. Ignoring.', { message })
this.logger.debug('No existing workflow data found for message. Ignoring.', { message })
return

@@ -39,0 +39,0 @@ }

Sorry, the diff of this file is not supported yet

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