Socket
Socket
Sign inDemoInstall

@halcyon-agile/node-event-sourcing

Package Overview
Dependencies
39
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.13 to 1.0.14

2

dist/ListenerConsumer.js

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

await EventStore_1.default.createEvent({
aggregateId: "ERROR",
aggregateId: `ERROR#${topic}`,
version: Number(Date.now()),

@@ -65,0 +65,0 @@ event: "SystemUnhandledException",

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

await EventStore_1.default.createEvent({
aggregateId: "ERROR",
aggregateId: `ERROR#${topic}`,
version: Number(Date.now()),

@@ -60,0 +60,0 @@ event: "SystemUnhandledException",

{
"name": "@halcyon-agile/node-event-sourcing",
"version": "1.0.13",
"version": "1.0.14",
"description": "> Opinionated OOP based node.js event sourcing library inspired by laravel-event-sourcing",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc