Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@liveblocks/react-blocknote

Package Overview
Dependencies
Maintainers
3
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@liveblocks/react-blocknote - npm Package Compare versions

Comparing version
3.10.1
to
3.11.0
+67
README.md
<p align="center">
<a href="https://liveblocks.io#gh-light-mode-only">
<img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-light.svg" alt="Liveblocks" />
</a>
<a href="https://liveblocks.io#gh-dark-mode-only">
<img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-dark.svg" alt="Liveblocks" />
</a>
</p>
# `@liveblocks/react-blocknote`
<p>
<a href="https://npmjs.org/package/@liveblocks/react-blocknote">
<img src="https://img.shields.io/npm/v/@liveblocks/react-blocknote?style=flat&label=npm&color=c33" alt="NPM" />
</a>
<a href="https://bundlephobia.com/package/@liveblocks/react-blocknote">
<img src="https://img.shields.io/bundlephobia/minzip/@liveblocks/react-blocknote?style=flat&label=size&color=09f" alt="Size" />
</a>
<a href="https://github.com/liveblocks/liveblocks/blob/main/LICENSE">
<img src="https://img.shields.io/github/license/liveblocks/liveblocks?style=flat&label=license&color=f80" alt="License" />
</a>
</p>
`@liveblocks/react-blocknote` provides [React](https://reactjs.org/) APIs to
integrate [BlockNote](https://www.blocknotejs.org/) text editors with
Liveblocks—a platform to build, host, and scale collaborative applications with
zero configuration, no maintenance required.
## Installation
```
npm install @liveblocks/client @liveblocks/react @liveblocks/react-blocknote
```
## Documentation
Read the
[documentation](https://liveblocks.io/docs/api-reference/liveblocks-react-blocknote)
for guides and API references.
## Examples
Explore our [collaborative examples](https://liveblocks.io/examples) to help you
get started.
> All examples are open-source and live in this repository, within
> [`/examples`](../../examples).
## Releases
See the [latest changes](https://github.com/liveblocks/liveblocks/releases) or
learn more about
[upcoming releases](https://github.com/liveblocks/liveblocks/milestones).
## Community
- [Discord](https://liveblocks.io/discord) - To get involved with the Liveblocks
community, ask questions and share tips.
- [X](https://x.com/liveblocks) - To receive updates, announcements, blog posts,
and general Liveblocks tips.
## License
Licensed under the Apache License 2.0, Copyright © 2021-present
[Liveblocks](https://liveblocks.io).
See [LICENSE](../../LICENSE) for more information.
+1
-1
'use strict';
const PKG_NAME = "@liveblocks/react-blocknote";
const PKG_VERSION = typeof "3.10.1" === "string" && "3.10.1";
const PKG_VERSION = typeof "3.11.0" === "string" && "3.11.0";
const PKG_FORMAT = typeof "cjs" === "string" && "cjs";

@@ -6,0 +6,0 @@

const PKG_NAME = "@liveblocks/react-blocknote";
const PKG_VERSION = typeof "3.10.1" === "string" && "3.10.1";
const PKG_VERSION = typeof "3.11.0" === "string" && "3.11.0";
const PKG_FORMAT = typeof "esm" === "string" && "esm";

@@ -4,0 +4,0 @@

{
"name": "@liveblocks/react-blocknote",
"version": "3.10.1",
"version": "3.11.0",
"description": "An integration of BlockNote + React to enable collaboration, comments, live cursors, and more with Liveblocks.",

@@ -45,8 +45,8 @@ "license": "Apache-2.0",

"dependencies": {
"@liveblocks/client": "3.10.1",
"@liveblocks/core": "3.10.1",
"@liveblocks/react": "3.10.1",
"@liveblocks/react-tiptap": "3.10.1",
"@liveblocks/react-ui": "3.10.1",
"@liveblocks/yjs": "3.10.1",
"@liveblocks/client": "3.11.0",
"@liveblocks/core": "3.11.0",
"@liveblocks/react": "3.11.0",
"@liveblocks/react-tiptap": "3.11.0",
"@liveblocks/react-ui": "3.11.0",
"@liveblocks/yjs": "3.11.0",
"@tiptap/core": "^3.4.2",

@@ -53,0 +53,0 @@ "vitest-tsconfig-paths": "^3.4.1"