You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

nestjs-supabase-webhooks

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nestjs-supabase-webhooks - npm Package Compare versions

Comparing version

to
1.0.2-next.3

6

lib/supabase.module.js

@@ -88,5 +88,5 @@ "use strict";

const handlers = eventHandlers.filter((x) => keys.includes(x.key));
// if (this.supabaseModuleConfig.enableEventLogs) {
// this.logger.log(`Received event for: ${keys}`);
// }
if (this.supabaseModuleConfig.enableEventLogs) {
this.logger.log(`Received event for: ${keys}`);
}
if (handlers && handlers.length) {

@@ -93,0 +93,0 @@ return Promise.all(handlers.map((x) => x.handler(evt)));

{
"name": "nestjs-supabase-webhooks",
"version": "1.0.2-next.2",
"version": "1.0.2-next.3",
"description": "NestJS module for Supabase Database Webhooks",

@@ -5,0 +5,0 @@ "author": "“Valentin <valentin@whatdafox.com> (http://twitter.com/valentinprngd)",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet