New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@liveblocks/core

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@liveblocks/core - npm Package Versions

guillaumesalles
published 1.0.0-beta0 •
guillaumesalles
published 0.19.10 •

Changelog

Source

v0.19.10

@liveblocks/client

guillaumesalles
published 0.19.10-beta0 •
flowflorent
published 0.19.9 •

Changelog

Source

v0.19.9

@liveblocks/client

  • Adds a WebhookHandler class
    • new WebhookHandler(secret).verifyRequest({ rawBody, headers }) can be used to verify event requests from Liveblock's webhook functionality. It also provides fully typed WebhookEvents.
    • Check out our Webhooks guide for more details
flowflorent
published 0.19.9-beta4 •
nvie
published 0.19.9-beta3 •
nvie
published 0.19.9-beta2 •
nvie
published 0.19.9-beta1 •
eric_liveblocks
published 0.19.8 •

Changelog

Source

v0.19.8

  • Fixes a bug where history didn't reliably undo LiveObject key set changes if any pending local changes existed on that key.
  • Fixes a bug where changes performed inside room.batch were incorrectly ordered inside the history resulting in unexpected undo behavior in some cases.
  • Fixes a bug where under some circumstances the Liveblocks client could get stuck in a "synchronizing" state indefinitely
  • Expose JsonArray and JsonScalar types publicly
nvie
published 0.19.7 •

Changelog

Source

v0.19.7

Fix nested storage event handling issue.