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.30 to 1.0.31

4

dist/AggregateRoot.js

@@ -51,3 +51,2 @@ "use strict";

})).Items;
events = events?.reverse();
}

@@ -57,2 +56,5 @@ else {

}
events?.sort(function (a, b) {
return Number(a.version) - Number(b.version);
});
events?.forEach((event) => {

@@ -59,0 +61,0 @@ this.version = Number(event.version) + 1;

{
"name": "@halcyon-agile/node-event-sourcing",
"version": "1.0.30",
"version": "1.0.31",
"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