Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@supabase/realtime-js

Package Overview
Dependencies
Maintainers
15
Versions
483
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
3.0.0-next.15
to
3.0.0-next.16
+2
-2
dist/main/lib/constants.d.ts
import type { SocketState, ChannelState, ChannelEvent as PhoenixChannelEvent, Transport, Vsn } from '../phoenix/types';
export type { SocketState, ChannelState, Transport };
export declare const DEFAULT_VERSION = "realtime-js/3.0.0-next.15";
export declare const DEFAULT_VERSION = "realtime-js/3.0.0-next.16";
export declare const VSN_1_0_0: Vsn;
export declare const VSN_2_0_0: Vsn;
export declare const DEFAULT_VSN: Vsn;
export declare const VERSION = "3.0.0-next.15";
export declare const VERSION = "3.0.0-next.16";
export declare const DEFAULT_TIMEOUT = 10000;

@@ -9,0 +9,0 @@ export declare const WS_CLOSE_NORMAL = 1000;

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

export declare const version = "3.0.0-next.15";
export declare const version = "3.0.0-next.16";
//# sourceMappingURL=version.d.ts.map

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

// - Ensuring build artifacts match the published package version
exports.version = '3.0.0-next.15';
exports.version = '3.0.0-next.16';
//# sourceMappingURL=version.js.map
import type { SocketState, ChannelState, ChannelEvent as PhoenixChannelEvent, Transport, Vsn } from '../phoenix/types';
export type { SocketState, ChannelState, Transport };
export declare const DEFAULT_VERSION = "realtime-js/3.0.0-next.15";
export declare const DEFAULT_VERSION = "realtime-js/3.0.0-next.16";
export declare const VSN_1_0_0: Vsn;
export declare const VSN_2_0_0: Vsn;
export declare const DEFAULT_VSN: Vsn;
export declare const VERSION = "3.0.0-next.15";
export declare const VERSION = "3.0.0-next.16";
export declare const DEFAULT_TIMEOUT = 10000;

@@ -9,0 +9,0 @@ export declare const WS_CLOSE_NORMAL = 1000;

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

export declare const version = "3.0.0-next.15";
export declare const version = "3.0.0-next.16";
//# sourceMappingURL=version.d.ts.map

@@ -7,3 +7,3 @@ // Generated automatically during releases by scripts/update-version-files.ts

// - Ensuring build artifacts match the published package version
export const version = '3.0.0-next.15';
export const version = '3.0.0-next.16';
//# sourceMappingURL=version.js.map
{
"name": "@supabase/realtime-js",
"version": "3.0.0-next.15",
"version": "3.0.0-next.16",
"description": "Listen to realtime updates to your PostgreSQL database",

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

@@ -7,2 +7,2 @@ // Generated automatically during releases by scripts/update-version-files.ts

// - Ensuring build artifacts match the published package version
export const version = '3.0.0-next.15'
export const version = '3.0.0-next.16'

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet