Socket
Socket
Sign inDemoInstall

@liveblocks/yjs

Package Overview
Dependencies
6
Maintainers
6
Versions
160
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0-yjs5 to 1.1.1-yjs1

6

dist/index.d.ts

@@ -12,2 +12,8 @@ import { Room, JsonObject, LsonObject, BaseUserMeta, Json } from '@liveblocks/client';

};
/**
* This class will store YJS awareness in Liveblock's presence under the __yjs key
* IMPORTANT: The yjs awareness protocol uses ydoc.clientId to reference users
* to their respective documents. To avoid mapping yjs clientIds to liveblock's connectionId,
* we simply set the clientId of the doc to the connectionId. Then no further mapping is required
*/
declare class Awareness extends Observable<any> {

@@ -14,0 +20,0 @@ private room;

6

package.json
{
"name": "@liveblocks/yjs",
"version": "1.1.0-yjs5",
"version": "1.1.1-yjs1",
"description": "An integration with . Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.",

@@ -29,4 +29,4 @@ "license": "Apache-2.0",

"dependencies": {
"@liveblocks/client": "1.1.0-yjs5",
"@liveblocks/core": "1.1.0-yjs5",
"@liveblocks/client": "1.1.1-yjs1",
"@liveblocks/core": "1.1.1-yjs1",
"js-base64": "^3.7.5"

@@ -33,0 +33,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc