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

@platformatic/sql-events

Package Overview
Dependencies
Maintainers
8
Versions
328
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@platformatic/sql-events - npm Package Compare versions

Comparing version

to
2.8.1

2

index.d.ts

@@ -11,3 +11,3 @@ import { FastifyInstance } from 'fastify'

export interface SQLEventsPluginOptions<T extends Entities> {
mapper: SQLMapperPluginInterface<T>
mapper?: SQLMapperPluginInterface<T>

@@ -14,0 +14,0 @@ // TODO mqemitter has no types

{
"name": "@platformatic/sql-events",
"version": "2.8.0",
"version": "2.8.1",
"description": "Emit events via MQEmitter",

@@ -25,3 +25,3 @@ "main": "index.js",

"typescript": "^5.5.4",
"@platformatic/sql-mapper": "2.8.0"
"@platformatic/sql-mapper": "2.8.1"
},

@@ -28,0 +28,0 @@ "dependencies": {