You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@liveblocks/client

Package Overview
Dependencies
Maintainers
3
Versions
593
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
3.14.0
to
3.14.1
+1
-1
dist/index.cjs

@@ -6,3 +6,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/index.ts

var PKG_NAME = "@liveblocks/client";
var PKG_VERSION = "3.14.0";
var PKG_VERSION = "3.14.1";
var PKG_FORMAT = "cjs";

@@ -9,0 +9,0 @@

@@ -6,3 +6,3 @@ // src/index.ts

var PKG_NAME = "@liveblocks/client";
var PKG_VERSION = "3.14.0";
var PKG_VERSION = "3.14.1";
var PKG_FORMAT = "esm";

@@ -9,0 +9,0 @@

{
"name": "@liveblocks/client",
"version": "3.14.0",
"version": "3.14.1",
"description": "A client that lets you interact with Liveblocks servers. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.",
"license": "Apache-2.0",
"author": "Liveblocks Inc.",
"type": "module",

@@ -38,3 +39,3 @@ "main": "./dist/index.cjs",

"dependencies": {
"@liveblocks/core": "3.14.0"
"@liveblocks/core": "3.14.1"
},

@@ -41,0 +42,0 @@ "devDependencies": {

@@ -1,8 +0,4 @@

<p align="center">
<a href="https://liveblocks.io#gh-light-mode-only">
<img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-light.svg" alt="Liveblocks" />
</a>
<a href="https://liveblocks.io#gh-dark-mode-only">
<img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-dark.svg" alt="Liveblocks" />
</a>
<p>
<a href="https://liveblocks.io#gh-light-mode-only"><img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-light.svg" alt="Liveblocks" /></a>
<a href="https://liveblocks.io#gh-dark-mode-only"><img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-dark.svg" alt="Liveblocks" /></a>
</p>

@@ -13,11 +9,5 @@

<p>
<a href="https://npmjs.org/package/@liveblocks/client">
<img src="https://img.shields.io/npm/v/@liveblocks/client?style=flat&label=npm&color=c33" alt="NPM" />
</a>
<a href="https://bundlephobia.com/package/@liveblocks/client">
<img src="https://img.shields.io/bundlephobia/minzip/@liveblocks/client?style=flat&label=size&color=09f" alt="Size" />
</a>
<a href="https://github.com/liveblocks/liveblocks/blob/main/LICENSE">
<img src="https://img.shields.io/github/license/liveblocks/liveblocks?style=flat&label=license&color=f80" alt="License" />
</a>
<a href="https://npmjs.org/package/@liveblocks/client"><img src="https://img.shields.io/npm/v/@liveblocks/client?style=flat&label=npm&color=c33" alt="NPM" /></a>
<a href="https://bundlephobia.com/package/@liveblocks/client"><img src="https://img.shields.io/bundlephobia/minzip/@liveblocks/client?style=flat&label=size&color=09f" alt="Size" /></a>
<a href="https://github.com/liveblocks/liveblocks/blob/main/licenses/LICENSE-APACHE-2.0"><img src="https://img.shields.io/badge/license-Apache--2.0-green" alt="License" /></a>
</p>

@@ -24,0 +14,0 @@