🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@gived/waving

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gived/waving - npm Package Compare versions

Comparing version
1.3.17
to
1.3.18
+1
-1
lib/WavingClient.ts

@@ -117,3 +117,3 @@ import * as awarenessProtocol from "y-protocols/awareness.js";

this.awareness = awareness;
this.communicatedDoc = new Y.Doc();
this.communicatedDoc = new Y.Doc({ gc: false });
Y.applyUpdate(this.doc, Uint8Array.from(vector), "remote");

@@ -120,0 +120,0 @@ this.doc.on("update", this.commitChanges.bind(this));

{
"name": "@gived/waving",
"version": "1.3.17",
"version": "1.3.18",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

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