Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@acuris/eventstore-api

Package Overview
Dependencies
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@acuris/eventstore-api - npm Package Compare versions

Comparing version 2.3.3 to 2.3.4

4

dist-cjs/FilteringCategoriesReader.js

@@ -16,7 +16,7 @@ "use strict";

readAllForwards(positionExclusive = this.storeReader.emptyStorePosition) {
return this.storeReader.readAllForwards().pipe((0, rxjs_1.filter)((re) => this.categories.has(re.event.streamId.category)));
return this.storeReader.readAllForwards(positionExclusive).pipe((0, rxjs_1.filter)((re) => this.categories.has(re.event.streamId.category)));
}
readAllHeadersForwards(positionExclusive = this.storeReader.emptyStorePosition) {
return this.storeReader
.readAllHeadersForwards()
.readAllHeadersForwards(positionExclusive)
.pipe((0, rxjs_1.filter)((reh) => this.categories.has(reh.event.streamId.category)));

@@ -23,0 +23,0 @@ }

@@ -14,7 +14,7 @@ import { filter } from 'rxjs';

readAllForwards(positionExclusive = this.storeReader.emptyStorePosition) {
return this.storeReader.readAllForwards().pipe(filter((re) => this.categories.has(re.event.streamId.category)));
return this.storeReader.readAllForwards(positionExclusive).pipe(filter((re) => this.categories.has(re.event.streamId.category)));
}
readAllHeadersForwards(positionExclusive = this.storeReader.emptyStorePosition) {
return this.storeReader
.readAllHeadersForwards()
.readAllHeadersForwards(positionExclusive)
.pipe(filter((reh) => this.categories.has(reh.event.streamId.category)));

@@ -21,0 +21,0 @@ }

{
"name": "@acuris/eventstore-api",
"private": false,
"version": "2.3.3",
"version": "2.3.4",
"description": "API for accessing event stores",

@@ -6,0 +6,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc