New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@acuris/eventstore-api

Package Overview
Dependencies
Maintainers
4
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 1.3.2 to 1.3.3

2

dist/DefaultEventBatchWriter.js

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

}
close() {
async close() {
}

@@ -20,0 +20,0 @@ }

@@ -30,3 +30,3 @@ import { Observable } from "rxjs";

flush(): Promise<void>;
close(): void;
close(): Promise<void>;
}

@@ -33,0 +33,0 @@ export interface PositionCodec {

{
"name": "@acuris/eventstore-api",
"private": false,
"version": "1.3.2",
"version": "1.3.3",
"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