Socket
Socket
Sign inDemoInstall

@liveblocks/core

Package Overview
Dependencies
0
Maintainers
0
Versions
238
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @liveblocks/core

Private internals for Liveblocks. DO NOT import directly from this package!


Version published
Weekly downloads
45K
increased by10.4%
Maintainers
0
Created
Weekly downloads
 

Changelog

Source

v2.1.0 (not published yet)

@liveblocks/client

  • Various internal refactorings

@liveblocks/react

  • Add useDeleteThread hook to delete a thread and its associated comments.
  • Add new hook useStorageStatus(), which returns the current storage status of the room, and will re-render your component whenever it changes. This can used to build "Saving..." UIs.
  • Add missing JSDoc comments
  • Improve some error messages and stack traces to contain more info

@liveblocks/react-ui

  • Fix improper useSyncExternalStore import which would break on React <18.

Readme

Source

@liveblocks/core

Shared code and foundational internals for all other Liveblocks packages. None of the APIs exposed by this package are considered stable or public. Please do not import anything directly from this package.

Run e2e tests locally

  • At the packages/liveblocks-core root level, add a file .env
  • In this file, add the environment variable: LIVEBLOCKS_PUBLIC_KEY="pk_YOUR_PUBLIC_API_KEY"
  • Run npm run test:e2e

Keywords

FAQs

Last updated on 27 Jun 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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