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

@liveblocks/client

Package Overview
Dependencies
Maintainers
3
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.13.1 to 0.13.2

lib/cjs/immutable/index.d.ts

1

lib/cjs/room.js

@@ -612,2 +612,3 @@ "use strict";

for (const listener of state.listeners.error) {
console.error(`Liveblocks WebSocket connection closed. Reason: ${error.message} (code: ${error.code})`);
listener(error);

@@ -614,0 +615,0 @@ }

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

for (const listener of state.listeners.error) {
console.error(`Liveblocks WebSocket connection closed. Reason: ${error.message} (code: ${error.code})`);
listener(error);

@@ -592,0 +593,0 @@ }

2

package.json
{
"name": "@liveblocks/client",
"version": "0.13.1",
"version": "0.13.2",
"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