@supabase/realtime-js
Advanced tools
| 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 |
+1
-1
| { | ||
| "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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package