Socket
Socket
Sign inDemoInstall

@liveblocks/client

Package Overview
Dependencies
Maintainers
4
Versions
388
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.15.11-test.1 to 0.15.11

14

lib/index.d.ts

@@ -5,3 +5,3 @@ /**

declare class LiveList<T> extends AbstractCrdt {
#private;
private _items;
constructor(items?: T[]);

@@ -109,3 +109,3 @@ /**

declare class LiveMap<TKey extends string, TValue> extends AbstractCrdt {
#private;
private _map;
constructor(entries?: readonly (readonly [TKey, TValue])[] | null | undefined);

@@ -628,3 +628,6 @@ /**

declare abstract class AbstractCrdt {
#private;
private __parent?;
private __doc?;
private __id?;
private __parentKey?;
get roomId(): string | null;

@@ -639,4 +642,7 @@ }

declare class LiveObject<T extends Record<string, any> = Record<string, any>> extends AbstractCrdt {
#private;
private _map;
private _propToLastUpdate;
constructor(object?: T);
private _applyUpdate;
private _applyDeleteObjectKey;
/**

@@ -643,0 +649,0 @@ * Transform the LiveObject into a javascript object

{
"name": "@liveblocks/client",
"version": "0.15.11-test.1",
"version": "0.15.11",
"description": "",

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

<p align="center">
<a href="https://liveblocks.io">
<img src="https://liveblocks.io/images/blog/introducing-liveblocks.png">
<img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header.svg" alt="Liveblocks" />
</a>
</p>
# Liveblocks · [![Twitter Follow](https://shields.io/twitter/follow/liveblocks?label=Follow)](https://twitter.com/liveblocks)
# `@liveblocks/client`
**At [Liveblocks](https://liveblocks.io), we’re building tools to help companies create world-class collaborative products that attract, engage and retain users.** This repository is a set of open-source packages for building performant and reliable multiplayer experiences.
<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>
</p>

@@ -11,0 +21,0 @@ ## Installation

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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