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

@acuris/eventstore-postgresql

Package Overview
Dependencies
Maintainers
4
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@acuris/eventstore-postgresql - npm Package Compare versions

Comparing version 1.0.13 to 1.0.14

4

dist/PgSchemaManager.js

@@ -93,2 +93,6 @@ "use strict";

await withTransaction_1.withTransaction(conn, async () => {
const quotedSchema = conn.escapeIdentifier(schema);
await conn.query(`DROP TRIGGER project_latest_event ON ${quotedSchema}.event`);
await conn.query(`DROP FUNCTION ${quotedSchema}.project_latest_event()`);
await conn.query(`DROP TABLE ${quotedSchema}.latest_event CASCADE`);
});

@@ -95,0 +99,0 @@ }

2

package.json
{
"name": "@acuris/eventstore-postgresql",
"private": false,
"version": "1.0.13",
"version": "1.0.14",
"description": "Eventstore implementation storing events in Postgresql",

@@ -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