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.28 to 1.0.29

2

dist/AggregateRoot.js

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

this.events.length &&
this.events[0].version % this.snapshotIn === 0) {
Number.isInteger(this.events[0].version / this.snapshotIn)) {
const payload = JSON.parse(JSON.stringify(this));

@@ -25,0 +25,0 @@ delete payload.events;

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