New:Socket for Asana Is Now Available.Learn more
Get Started

@supabase/realtime-js

Package Overview
Dependencies
Maintainers
2
Versions
565
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.112.4-canary.0
to
2.112.4-canary.1
+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/2.112.4-canary.0";
export declare const DEFAULT_VERSION = "realtime-js/2.112.4-canary.1";
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 = "2.112.4-canary.0";
export declare const VERSION = "2.112.4-canary.1";
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 = "2.112.4-canary.0";
export declare const version = "2.112.4-canary.1";
//# sourceMappingURL=version.d.ts.map

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

// - Ensuring build artifacts match the published package version
exports.version = '2.112.4-canary.0';
exports.version = '2.112.4-canary.1';
//# 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/2.112.4-canary.0";
export declare const DEFAULT_VERSION = "realtime-js/2.112.4-canary.1";
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 = "2.112.4-canary.0";
export declare const VERSION = "2.112.4-canary.1";
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 = "2.112.4-canary.0";
export declare const version = "2.112.4-canary.1";
//# 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 = '2.112.4-canary.0';
export const version = '2.112.4-canary.1';
//# sourceMappingURL=version.js.map
{
"name": "@supabase/realtime-js",
"version": "2.112.4-canary.0",
"version": "2.112.4-canary.1",
"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 = '2.112.4-canary.0'
export const version = '2.112.4-canary.1'

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet