@supabase/realtime-js
Advanced tools
Comparing version 1.0.11 to 1.1.0
@@ -5,3 +5,3 @@ import Timer from './lib/timer'; | ||
import Serializer from './lib/serializer'; | ||
declare type Options = { | ||
export declare type Options = { | ||
transport?: WebSocket; | ||
@@ -8,0 +8,0 @@ timeout?: number; |
@@ -5,3 +5,3 @@ import Timer from './lib/timer'; | ||
import Serializer from './lib/serializer'; | ||
declare type Options = { | ||
export declare type Options = { | ||
transport?: WebSocket; | ||
@@ -8,0 +8,0 @@ timeout?: number; |
{ | ||
"name": "@supabase/realtime-js", | ||
"version": "1.0.11", | ||
"version": "1.1.0", | ||
"description": "Listen to realtime updates to your PostgreSQL database", | ||
@@ -37,3 +37,2 @@ "keywords": [ | ||
"dependencies": { | ||
"@types/websocket": "^1.0.1", | ||
"websocket": "^1.0.34" | ||
@@ -44,2 +43,3 @@ }, | ||
"@supabase/doctest-js": "^0.1.0", | ||
"@types/websocket": "^1.0.3", | ||
"babel-preset-env": "^1.7.0", | ||
@@ -46,0 +46,0 @@ "babel-register": "^6.26.0", |
@@ -14,3 +14,3 @@ import { | ||
type Options = { | ||
export type Options = { | ||
transport?: WebSocket | ||
@@ -17,0 +17,0 @@ timeout?: number |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
207467
1
16
- Removed@types/websocket@^1.0.1
- Removed@types/node@22.9.0(transitive)
- Removed@types/websocket@1.0.10(transitive)
- Removedundici-types@6.19.8(transitive)