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.36 to 1.0.37

2

dist/AggregateRoot.js

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

events = (await EventStore_1.default.query(aggregateId, {
limit: this.snapshotIn + 1,
limit: this.snapshotIn + 10,
reverse: true,

@@ -51,0 +51,0 @@ })).Items;

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