Socket
Socket
Sign inDemoInstall

event-sourcing-nestjs

Package Overview
Dependencies
29
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.5 to 1.0.6

3

dist/eventsourcing.providers.d.ts

@@ -5,2 +5,3 @@ import { ViewUpdater } from './view/view-updater';

import { EventStore } from './eventstore';
export declare function createEventSourcingProviders(): (typeof EventStore | typeof ViewUpdater | typeof ViewEventBus | typeof StoreEventBus)[];
import { StoreEventPublisher } from './store-event-publisher';
export declare function createEventSourcingProviders(): (typeof EventStore | typeof ViewUpdater | typeof ViewEventBus | typeof StoreEventBus | typeof StoreEventPublisher)[];

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

const eventstore_1 = require("./eventstore");
const store_event_publisher_1 = require("./store-event-publisher");
function createEventSourcingProviders() {

@@ -13,2 +14,3 @@ return [

store_event_bus_1.StoreEventBus,
store_event_publisher_1.StoreEventPublisher,
eventstore_1.EventStore,

@@ -15,0 +17,0 @@ ];

{
"name": "event-sourcing-nestjs",
"version": "1.0.5",
"version": "1.0.6",
"description": "NestJS module for implementing Event Sourcing.",

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

@@ -5,2 +5,3 @@ import { ViewUpdater } from './view/view-updater';

import { EventStore } from './eventstore';
import { StoreEventPublisher } from './store-event-publisher';

@@ -12,4 +13,5 @@ export function createEventSourcingProviders() {

StoreEventBus,
StoreEventPublisher,
EventStore,
];
}
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