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

@liveblocks/client

Package Overview
Dependencies
Maintainers
2
Versions
405
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@liveblocks/client - npm Package Compare versions

Comparing version 0.8.2 to 0.9.0

2

lib/cjs/room.js

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

const throttleDelay = options.throttle || 100;
const liveblocksServer = options.liveblocksServer || "wss://live.liveblocks.io";
const liveblocksServer = options.liveblocksServer || "wss://liveblocks.net";
const authEndpoint = options.authEndpoint;

@@ -645,0 +645,0 @@ const state = defaultState(options.initialPresence);

@@ -618,3 +618,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

const throttleDelay = options.throttle || 100;
const liveblocksServer = options.liveblocksServer || "wss://live.liveblocks.io";
const liveblocksServer = options.liveblocksServer || "wss://liveblocks.net";
const authEndpoint = options.authEndpoint;

@@ -621,0 +621,0 @@ const state = defaultState(options.initialPresence);

{
"name": "@liveblocks/client",
"version": "0.8.2",
"version": "0.9.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "./lib/cjs/index.js",

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