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

@supabase/realtime-js

Package Overview
Dependencies
Maintainers
5
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@supabase/realtime-js - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

2

dist/main/lib/version.d.ts

@@ -1,2 +0,2 @@

export declare const version = "2.3.0";
export declare const version = "2.3.1";
//# sourceMappingURL=version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0;
exports.version = '2.3.0';
exports.version = '2.3.1';
//# sourceMappingURL=version.js.map

@@ -55,5 +55,17 @@ import { CHANNEL_STATES } from './lib/constants';

export declare type RealtimePostgresChangesFilter<T extends `${REALTIME_POSTGRES_CHANGES_LISTEN_EVENT}`> = {
/**
* The type of database change to listen to.
*/
event: T;
/**
* The database schema to listen to.
*/
schema: string;
/**
* The database table to listen to.
*/
table?: string;
/**
* Receive database changes when filter is matched.
*/
filter?: string;

@@ -60,0 +72,0 @@ };

@@ -1,2 +0,2 @@

export declare const version = "2.3.0";
export declare const version = "2.3.1";
//# sourceMappingURL=version.d.ts.map

@@ -1,2 +0,2 @@

export const version = '2.3.0';
export const version = '2.3.1';
//# sourceMappingURL=version.js.map

@@ -55,5 +55,17 @@ import { CHANNEL_STATES } from './lib/constants';

export declare type RealtimePostgresChangesFilter<T extends `${REALTIME_POSTGRES_CHANGES_LISTEN_EVENT}`> = {
/**
* The type of database change to listen to.
*/
event: T;
/**
* The database schema to listen to.
*/
schema: string;
/**
* The database table to listen to.
*/
table?: string;
/**
* Receive database changes when filter is matched.
*/
filter?: string;

@@ -60,0 +72,0 @@ };

{
"name": "@supabase/realtime-js",
"version": "2.3.0",
"version": "2.3.1",
"description": "Listen to realtime updates to your PostgreSQL database",

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

@@ -1,1 +0,1 @@

export const version = '2.3.0'
export const version = '2.3.1'

@@ -63,15 +63,15 @@ import { CHANNEL_EVENTS, CHANNEL_STATES } from './lib/constants'

> = {
/*
/**
* The type of database change to listen to.
*/
event: T
/*
/**
* The database schema to listen to.
*/
schema: string
/*
/**
* The database table to listen to.
*/
table?: string
/*
/**
* Receive database changes when filter is matched.

@@ -78,0 +78,0 @@ */

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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