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

@supabase/realtime-js

Package Overview
Dependencies
Maintainers
4
Versions
117
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 1.0.11 to 1.1.0

2

dist/main/RealtimeClient.d.ts

@@ -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

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