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

@liveblocks/core

Package Overview
Dependencies
Maintainers
6
Versions
352
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@liveblocks/core - npm Package Versions

2345
36

2.21.0

Diff
liveblocks-bot
published 2.21.0 •

Changelog

Source

v2.21.0

@liveblocks/react-blocknote

  • New package to support using BlockNote with Liveblock’s comments, mentions, and realtime collaboration out of the box.

@liveblocks/node

  • Fix markThreadAsResolved and markThreadAsUnresolved methods not passing user ID correctly to the corresponding backend endpoints.

@liveblocks/react-ui

  • Improve emoji picker’s performance, bundle size, and add a preview of the currently selected emoji.
    • This is the result of us moving the emoji picker to its own package and improving it in the process. You can also combine this package with the primitives to build your own reaction picker for example.
  • Improve and fix pasting HTML into the composer.
liveblocks-bot
published 2.20.0-blocknote •
liveblocks-bot
published 2.21.0-emails3 •
liveblocks-bot
published 2.21.0-emails2 •
liveblocks-bot
published 2.21.0-emails1 •
liveblocks-bot
published 2.20.0 •

Changelog

Source

v2.20.0

@liveblocks/client

  • Implement a proxy factory for UserNotificationSettings object to return null to prevent any errors when accessing a disabled notification channel.

@liveblocks/node

  • Implement a proxy factory for UserNotificationSettings object to return null to prevent any errors when accessing a disabled notification channel.

@liveblocks/react

  • Add optional useRoom({ allowOutsideRoom: true }) option. When this option is set, the hook will return null when used outside of a room, whereas the default behavior of the hook is be to throw.
  • Implement a proxy factory for UserNotificationSettings object to return null to prevent any errors when accessing a disabled notification channel.

@liveblocks/react-ui

  • Improve mentions behavior around whitespace, fixing a regression introduced in v2.18.3 when we added support for whitespace within mentions.
  • Prevent mention suggestions from scrolling instead of flipping when there’s enough space on the other side (e.g. moving from top to bottom).
  • Improve event propagation in the formatting toolbar of Composer.
liveblocks-bot
published 2.19.0 •

Changelog

Source

v2.19.0

@liveblocks/*

  • Output ES modules by default (but CJS builds are still included)
  • Modernize internal build tool settings

@liveblocks/node

  • Allow passing optional AbortSignal to all client methods
  • Fix bug in encoding of error information in the LiveblocksError when an API call fails (thanks for reporting, @robcresswell!)
  • Fix getStorageDocument("my-room", "json") typing in its output LiveMap instances as ReadonlyMap instead of serialized plain objects.
liveblocks-bot
published 2.18.4-uns2 •
liveblocks-bot
published 2.18.4-uns1 •
liveblocks-bot
published 2.18.3 •

Changelog

Source

v2.18.3

@liveblocks/node

  • Fix html escaping in stringifyCommentBody utility.

@liveblocks/client

  • Log more details in specific error cases to help debugging
  • Fix html escaping in stringifyCommentBody utility.

@liveblocks/react

  • Increases the allowed stale time for polled user threads data. Only affects the useUserThreads_experimental hook.

@liveblocks/react-ui

  • Allow spaces and more non-alphanumeric characters when creating mentions in Comments composers.

@liveblocks/emails

  • Fix html escaping in prepare as html functions (thanks to @huy-cove for reporting the issue and helping us improving our product 🙏🏻).
  • Revert deduplication logic introduced in v2.18.0 as it provided no measurable benefits while increasing complexity.
2345
36